Changeset 21735 for branches/gcc-kmk/src/user32/controls/initodinctrl.cpp
- Timestamp:
- Oct 24, 2011, 8:05:50 PM (14 years ago)
- File:
-
- 1 edited
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
Note:
See TracChangeset
for help on using the changeset viewer.