diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 16:19:51 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 20:18:11 +0100 |
commit | fca25e4c4cc0b95227d967b7418ec77888980ba3 (patch) | |
tree | 1c4cec35ce98c8e2627d1ca8b0b7e342457e8faf /scp2/inc | |
parent | 354f09c75e883fbc3fc9302310941d0211762796 (diff) |
Trying to remove the stlport mention from the code
Diffstat (limited to 'scp2/inc')
-rw-r--r-- | 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 3fa2f8bda690..8bf6350d7465 100644 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -576,7 +576,7 @@ End #define SCP2_URE_DL_UNO_VER(n, v) n v ".dll" #define SCP2_URE_DL_UNO_COMID_VER(n, v) n v STRING(COMID) ".dll" #define SCP2_URE_SHARE_DIR gid_Dir_Common_Ure -#if defined _STLP_DEBUG +#if defined _DEBUG_RUNTIME #define SCP2_STDLP_DEBUG "d" #else #define SCP2_STDLP_DEBUG "" |