Changeset 216
- Timestamp:
- Dec 23, 2010, 7:06:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/src/windows/native/sun/windows/ComCtl32Util.cpp
r2 r216 40 40 41 41 void ComCtl32Util::InitLibraries() { 42 // SetWindowSubclass API is broken in Odin 43 #ifndef __WIN32OS2__ 42 44 if (hModComCtl32 == NULL) { 43 45 hModComCtl32 = ::LoadLibrary(TEXT("comctl32.dll")); … … 52 54 } 53 55 } 56 #endif 54 57 } 55 58
Note:
See TracChangeset
for help on using the changeset viewer.