diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-01-30 22:48:36 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-01-30 22:49:09 +0100 |
commit | ae501cc73fe11c0f7b85b9f8be2bfb0d6fbe487f (patch) | |
tree | f20404b66dc674a28924a0627f6abd03d5f8ce07 | |
parent | 3b90a3f1eaf9b98e52917d97b6991762d498c10d (diff) |
W40ONLY is never defined
-rw-r--r-- | vcl/inc/win/salids.hrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/win/salids.hrc b/vcl/inc/win/salids.hrc index 3049f11b551b..f8aec19e545d 100644 --- a/vcl/inc/win/salids.hrc +++ b/vcl/inc/win/salids.hrc @@ -30,9 +30,7 @@ // Cursor #define SAL_RESID_POINTER_NULL 10000 -#ifndef W40ONLY #define SAL_RESID_POINTER_HELP 10001 -#endif #ifndef WNT #define SAL_RESID_POINTER_HSIZE 10002 #define SAL_RESID_POINTER_VSIZE 10003 |