Ignore:
Timestamp:
Dec 8, 2010, 9:39:18 PM (15 years ago)
Author:
dmik
Message:

jdk: Made fontmanager.dll build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/src/windows/native/sun/font/fontpath.c

    r2 r200  
    3333#define BSIZE (max(512, MAX_PATH+1))
    3434
     35#ifdef __WIN32OS2__
     36#include <string.h>
     37#include <wchar.h>
     38#include <minivcrt.h>
     39#endif
    3540
    3641JNIEXPORT jstring JNICALL Java_sun_font_FontManager_getFontPath(JNIEnv *env, jclass obj, jboolean noType1)
Note: See TracChangeset for help on using the changeset viewer.