Changeset 21916 for trunk/src/kernel32/winexebase.cpp
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/kernel32/winexebase.cpp
r9667 r21916 19 19 #include <string.h> 20 20 #include <stdlib.h> 21 #ifndef __GNUC__ 21 22 #include <iostream.h> 22 23 #include <fstream.h> 24 #endif 23 25 #include <misc.h> 24 26 #include <win32type.h> 25 #include <winexebase.h>26 #include <windllbase.h>27 #include "winexebase.h" 28 #include "windllbase.h" 27 29 #include <wprocess.h> 28 30 #include <pefile.h> … … 42 44 //****************************************************************************** 43 45 //****************************************************************************** 44 BOOL IsExeStarted()46 extern "C" BOOL IsExeStarted() 45 47 { 46 48 return fExeStarted;
Note:
See TracChangeset
for help on using the changeset viewer.