diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:54:41 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:54:41 +0000 |
commit | b4b6a4d3fd272dac52327c84e711a7bae5c12e8b (patch) | |
tree | 7636eec939dbe04b9a2d24a92ab0152b6bef32d3 /np_sdk | |
parent | 0ec5fd3d4ed2c1e8e10215188e96f3864c443ed5 (diff) |
INTEGRATION: CWS mingwport03 (1.2.12); FILE MERGED
2006/09/13 14:05:06 vg 1.2.12.1: #i53572# MinGW port
Diffstat (limited to 'np_sdk')
-rw-r--r-- | np_sdk/mozsrc/jri_md.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/np_sdk/mozsrc/jri_md.h b/np_sdk/mozsrc/jri_md.h index b0cba751a5a4..d2397c9c52cd 100644 --- a/np_sdk/mozsrc/jri_md.h +++ b/np_sdk/mozsrc/jri_md.h @@ -80,7 +80,7 @@ extern "C" { # endif #elif defined(XP_PC) || defined(_WINDOWS) || defined(WIN32) || defined(_WIN32) # include <windows.h> -# if defined(_MSC_VER) +# if defined(_MSC_VER) || defined(__MINGW32__) # if defined(WIN32) || defined(_WIN32) # define JRI_PUBLIC_API(ResultType) _declspec(dllexport) ResultType # define JRI_PUBLIC_VAR(VarType) VarType |