mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 04:35:45 +02:00
Makes this compilable with MVC++6.0, related to bug 139891
This commit is contained in:
parent
4af8a6b35b
commit
f8bfa05b18
2 changed files with 1 additions and 9 deletions
|
@ -214,7 +214,7 @@ extern "C" int _tmain(int argc, _TCHAR * argv[]) {
|
||||||
OutputDebugStringW(buffer);
|
OutputDebugStringW(buffer);
|
||||||
#endif
|
#endif
|
||||||
// Create job object if it is possible
|
// Create job object if it is possible
|
||||||
HMODULE hKernel = GetModuleHandle(L"kernel32.dll");
|
HMODULE hKernel = GetModuleHandle("kernel32.dll");
|
||||||
HANDLE hJob = NULL;
|
HANDLE hJob = NULL;
|
||||||
HANDLE (WINAPI * pCreateJobObject)(LPSECURITY_ATTRIBUTES lpJobAttributes,
|
HANDLE (WINAPI * pCreateJobObject)(LPSECURITY_ATTRIBUTES lpJobAttributes,
|
||||||
char * lpName);
|
char * lpName);
|
||||||
|
|
|
@ -84,14 +84,6 @@ LINK32=link.exe
|
||||||
# Name "starter - Win32 Debug"
|
# Name "starter - Win32 Debug"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\killer.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\killer.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\starter.cpp
|
SOURCE=.\starter.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Target
|
# End Target
|
||||||
|
|
Loading…
Add table
Reference in a new issue