diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-01-18 16:19:23 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-01-18 16:19:47 +0100 |
commit | d3f17ac97d1d90069fd66ccc63caab0f0472dc7d (patch) | |
tree | b60f90f7078cbb595ba35dc1f05761eabddee510 /scp2/inc | |
parent | 152eaa298545821ec842499947236aeb99696427 (diff) |
_MSC_VER is compiler define and cpp.lcc needs to be taught about it
Diffstat (limited to 'scp2/inc')
-rwxr-xr-x | scp2/inc/macros.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index c0f2eff6f7b6..820a9e222704 100755 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -516,7 +516,7 @@ End #define SCP2_URE_DL_COMID_NORMAL(n) n STRING(COMID) ".dll" #define SCP2_URE_DL_UNO_VER(n, v) n v ".dll" #define SCP2_URE_SHARE_DIR gid_Dir_Common_Ure -#if defined _MSC +#if defined _MSC_VER #define SCP2_URE_DL_UNO_COMID_VER(n, v) n v STRING(COMID) ".dll" #if defined _DEBUG_RUNTIME #define SCP2_STDLP_DEBUG "d" |