Changeset 21649 for trunk/src/gdi32/initgdi32.cpp
- Timestamp:
- Jun 23, 2011, 2:02:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/initgdi32.cpp
r21304 r21649 99 99 ParseLogStatusGDI32(); 100 100 101 InitializeKernel32(); 101 if (InitializeKernel32() == 0) 102 return 0; 103 102 104 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/ 103 105 if(InitRegionSpace() == FALSE) {
Note:
See TracChangeset
for help on using the changeset viewer.