Changeset 263 for trunk/openjdk/jdk/src/windows/native
- Timestamp:
- Feb 21, 2011, 12:02:20 AM (15 years ago)
- Location:
- trunk/openjdk/jdk/src/windows/native/sun/windows
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/src/windows/native/sun/windows/UnicowsLoader.cpp
r195 r263 77 77 // an infinite loop if some W call were made inside AwtToolkit class 78 78 // initialization. 79 #ifdef __WIN32OS2__ 80 HMODULE hmodAWT = GetModuleHandleA("jawtos2"); 81 #else 79 82 HMODULE hmodAWT = GetModuleHandleA("awt"); 83 #endif 80 84 LPSTR abspath = static_cast<LPSTR>(safe_Malloc(MAX_PATH)); 81 85 if (abspath != NULL) { -
trunk/openjdk/jdk/src/windows/native/sun/windows/awt_Mlib.cpp
r203 r263 50 50 */ 51 51 #ifdef __WIN32OS2__ 52 hDLL = ::LoadLibrary(TEXT(" mlibimg.dll"));52 hDLL = ::LoadLibrary(TEXT("jmlibimg.dll")); 53 53 #else 54 54 hDLL = ::LoadLibrary(TEXT("mlib_image.dll"));
Note:
See TracChangeset
for help on using the changeset viewer.