Changeset 21916 for trunk/src/kernel32/windllpe2lx.h
- 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/windllpe2lx.h
r10397 r21916 13 13 #define __WINDLLPE2LX_H__ 14 14 15 #include <windllbase.h>16 #include <winimagepe2lx.h>15 #include "windllbase.h" 16 #include "winimagepe2lx.h" 17 17 18 18 /** … … 25 25 public: 26 26 /** @cat Constructor/Destructor */ 27 Win32Pe2LxDll(HINSTANCE hinstance, BOOL fWin32k) throw(ULONG);27 Win32Pe2LxDll(HINSTANCE hinstance, BOOL fWin32k); 28 28 virtual ~Win32Pe2LxDll(); 29 29 DWORD init();
Note:
See TracChangeset
for help on using the changeset viewer.