Changeset 200 for trunk/openjdk/jdk/src/windows
- Timestamp:
- Dec 8, 2010, 9:39:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/src/windows/native/sun/font/fontpath.c
r2 r200 33 33 #define BSIZE (max(512, MAX_PATH+1)) 34 34 35 #ifdef __WIN32OS2__ 36 #include <string.h> 37 #include <wchar.h> 38 #include <minivcrt.h> 39 #endif 35 40 36 41 JNIEXPORT jstring JNICALL Java_sun_font_FontManager_getFontPath(JNIEnv *env, jclass obj, jboolean noType1)
Note:
See TracChangeset
for help on using the changeset viewer.