Changeset 21426 for trunk/src/kernel32/console.cpp
- Timestamp:
- Aug 27, 2010, 12:32:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/console.cpp
r10471 r21426 73 73 #include <win32api.h> 74 74 #include <misc.h> 75 #include <odincrt.h> 75 76 76 77 #include "conwin.h" // Windows Header for console only … … 376 377 377 378 /* obtain module handle to our resources */ 378 rc = DosQueryModuleHandle ("KERNEL32",379 &ConsoleGlobals.hmodResource);379 rc = DosQueryModuleHandleStrict("KERNEL32", 380 &ConsoleGlobals.hmodResource); 380 381 if (rc != NO_ERROR) 381 382 dprintf(("KERNEL32/CONSOLE: Can't get handle to KERNEL32 (%u).\n",
Note:
See TracChangeset
for help on using the changeset viewer.