Changeset 339 for trunk/openjdk/hotspot/src/cpu
- Timestamp:
- Feb 28, 2012, 7:49:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/src/cpu/x86/vm/jni_x86.h
r338 r339 45 45 #define JNIEXPORT __declspec(dllexport) 46 46 #define JNIIMPORT __declspec(dllimport) 47 48 #ifdef __OS2__ 49 #define JNICALL _System 50 #else 47 51 #define JNICALL __stdcall 52 #endif 48 53 49 54 #ifdef TARGET_COMPILER_gcc
Note:
See TracChangeset
for help on using the changeset viewer.