Changeset 21916 for trunk/src/win32k/pe2lx
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 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/win32k/pe2lx/pe2lx.cpp
r10394 r21916 1941 1941 static SMTE smte; 1942 1942 static MTE mte; 1943 static 1943 static CHAR achPage[PAGESIZE]; 1944 1944 int i; 1945 1945 APIRET rc; … … 5224 5224 for (i = 0; i < IMAGE_NUMBEROF_DIRECTORY_ENTRIES; i++) 5225 5225 { 5226 c har *pszName;5226 const char *pszName; 5227 5227 5228 5228 switch (i)
Note:
See TracChangeset
for help on using the changeset viewer.