Changeset 6015 for trunk/src/kernel32/windllpe2lx.cpp
- Timestamp:
- Jun 15, 2001, 11:42:49 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/windllpe2lx.cpp
r3993 r6015 1 /* $Id: windllpe2lx.cpp,v 1. 8 2000-08-11 10:56:19 sandervlExp $ */1 /* $Id: windllpe2lx.cpp,v 1.9 2001-06-15 09:42:48 bird Exp $ */ 2 2 3 3 /* … … 35 35 #include "console.h" 36 36 37 #define DBG_LOCALLOG 37 #define DBG_LOCALLOG DBG_windllpe2lx 38 38 #include "dbglocal.h" 39 39 … … 173 173 } 174 174 175 176 /** 177 * Simple question: Pe2Lx DLL? Yes! 178 * @returns TRUE. 179 * @status completely implemented. 180 * @author knut st. osmundsen 181 */ 182 BOOL Win32Pe2LxDll::isPe2LxDll() const 183 { 184 return TRUE; 185 } 186 187 175 188 /** 176 189 * Simple question: -Native LX dll? … … 180 193 * @author Sander van Leeuwen 181 194 */ 182 BOOL Win32Pe2LxDll::isLxDll() 195 BOOL Win32Pe2LxDll::isLxDll() const 183 196 { 184 197 return FALSE; 185 198 } 186 199 200 201
Note:
See TracChangeset
for help on using the changeset viewer.