1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-16 12:45:41 +02:00

Makes this compilable with MVC++6.0, related to bug 139891

This commit is contained in:
Markus Schorn 2006-05-03 10:40:34 +00:00
parent 4af8a6b35b
commit f8bfa05b18
2 changed files with 1 additions and 9 deletions

View file

@ -214,7 +214,7 @@ extern "C" int _tmain(int argc, _TCHAR * argv[]) {
OutputDebugStringW(buffer);
#endif
// Create job object if it is possible
HMODULE hKernel = GetModuleHandle(L"kernel32.dll");
HMODULE hKernel = GetModuleHandle("kernel32.dll");
HANDLE hJob = NULL;
HANDLE (WINAPI * pCreateJobObject)(LPSECURITY_ATTRIBUTES lpJobAttributes,
char * lpName);

View file

@ -84,14 +84,6 @@ LINK32=link.exe
# Name "starter - Win32 Debug"
# Begin Source File
SOURCE=.\killer.cpp
# End Source File
# Begin Source File
SOURCE=.\killer.h
# End Source File
# Begin Source File
SOURCE=.\starter.cpp
# End Source File
# End Target