Ignore:
Timestamp:
Dec 8, 2010, 10:53:37 PM (15 years ago)
Author:
dmik
Message:

jdk: Shortened 5 other DLL names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/src/windows/native/sun/windows/awt_Mlib.cpp

    r2 r203  
    4949         * initialize the pointers to required mlib routines.
    5050         */
     51#ifdef __WIN32OS2__         
     52        hDLL = ::LoadLibrary(TEXT("mlibimg.dll"));
     53#else
    5154        hDLL = ::LoadLibrary(TEXT("mlib_image.dll"));
    52 
     55#endif
    5356        if (hDLL == NULL) {
    5457            return MLIB_FAILURE;
Note: See TracChangeset for help on using the changeset viewer.