Changeset 21445 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Sep 9, 2010, 4:54:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r21408 r21445 1112 1112 dprintf(("KERNEL32: LoadLibraryExA(%s, 0x%x, 0x%x): DosLoadModule (%s) failed. LastError=%d", 1113 1113 lpszLibFile, hFile, dwFlags, szModname, GetLastError())); 1114 return NULL; 1114 // YD return now for OS/2 dll only 1115 if (fPE != ERROR_SUCCESS) 1116 return NULL; 1115 1117 } 1116 1118 else
Note:
See TracChangeset
for help on using the changeset viewer.