Changeset 200 for trunk/openjdk/jdk/src
- Timestamp:
- Dec 8, 2010, 9:39:18 PM (15 years ago)
- Location:
- trunk/openjdk/jdk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/src/share/native/sun/java2d/pipe/Region.h
r2 r200 31 31 #endif 32 32 33 #include <SurfaceData.h>33 #include "SurfaceData.h" 34 34 #include "utility/rect.h" 35 35 -
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.