Changeset 21735 for branches/gcc-kmk/src/user32
- Timestamp:
- Oct 24, 2011, 8:05:50 PM (14 years ago)
- Location:
- branches/gcc-kmk/src/user32
- Files:
-
- 2 edited
-
controls/initodinctrl.cpp (modified) (1 diff)
-
inituser32.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/user32/controls/initodinctrl.cpp
r21649 r21735 67 67 ParseLogStatusOdinCtrl(); 68 68 69 if ( InitializeKernel32() == 0)69 if (!InitializeKernel32()) 70 70 return 0; 71 71 -
branches/gcc-kmk/src/user32/inituser32.cpp
r21649 r21735 174 174 ParseLogStatusUSER32(); 175 175 176 if ( InitializeKernel32() == 0)176 if (!InitializeKernel32()) 177 177 return 0; 178 178
Note:
See TracChangeset
for help on using the changeset viewer.
