Module: wine Branch: master Commit: bedd444a3616fea54a060e07c27a137f29052fc9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bedd444a3616fea54a060e07c2...
Author: André Hentschel nerv@dawncrow.de Date: Sat Feb 21 14:58:35 2015 +0100
oleaut32: Remove unused macros.
---
dlls/oleaut32/varformat.c | 2 -- dlls/oleaut32/vartype.c | 2 -- 2 files changed, 4 deletions(-)
diff --git a/dlls/oleaut32/varformat.c b/dlls/oleaut32/varformat.c index ec52a1e..27bedce 100644 --- a/dlls/oleaut32/varformat.c +++ b/dlls/oleaut32/varformat.c @@ -284,8 +284,6 @@ typedef struct tagFMT_DATE_HEADER #define FMT_NUM_ON_OFF 0x3F /* Convert to "On" or "Off" */ #define FMT_STR_COPY_SPACE 0x40 /* Copy len chars with space if no char */ #define FMT_STR_COPY_SKIP 0x41 /* Copy len chars or skip if no char */ -/* Wine additions */ -#define FMT_WINE_HOURS_12 0x81 /* Hours using 12 hour clock */
/* Named Formats and their tokenised values */ static const WCHAR szGeneralDate[] = { 'G','e','n','e','r','a','l',' ','D','a','t','e','\0' }; diff --git a/dlls/oleaut32/vartype.c b/dlls/oleaut32/vartype.c index e9b45ff..607d1a2 100644 --- a/dlls/oleaut32/vartype.c +++ b/dlls/oleaut32/vartype.c @@ -4148,8 +4148,6 @@ HRESULT WINAPI VarDecFromI4(LONG lIn, DECIMAL* pDecOut) return S_OK; }
-#define LOCALE_EN_US (MAKELCID(MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US),SORT_DEFAULT)) - /* internal representation of the value stored in a DECIMAL. The bytes are stored from LSB at index 0 to MSB at index 11 */