diff options
author | Grant Gayed <ggayed> | 2011-01-11 15:18:00 +0000 |
---|---|---|
committer | Grant Gayed <ggayed> | 2011-01-11 15:18:00 +0000 |
commit | 311ce94e0d549375936722847ce5d9500926f3f3 (patch) | |
tree | 91ffc000d86292234d7735072fed4d49407749fe | |
parent | 7fb6db6f966899c80a629b23360eb9649b9899f5 (diff) | |
download | eclipse.platform.swt-311ce94e0d549375936722847ce5d9500926f3f3.tar.gz eclipse.platform.swt-311ce94e0d549375936722847ce5d9500926f3f3.tar.xz eclipse.platform.swt-311ce94e0d549375936722847ce5d9500926f3f3.zip |
fix webkit for wince
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os.h b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os.h index 759fa6f4cc..3e58a20d09 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os.h +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os.h @@ -57,6 +57,14 @@ #define NO_BP_PAINTPARAMS #define NO_BROWSEINFO #define NO_BUTTON_IMAGELIST +#define NO_CERT_CONTEXT +#define NO_CERT_INFO +#define NO_CERT_NAME_BLOB +#define NO_CERT_PUBLIC_KEY_INFO +#define NO_CRYPT_ALGORITHM_IDENTIFIER +#define NO_CRYPT_BIT_BLOB +#define NO_CRYPT_INTEGER_BLOB +#define NO_CRYPT_OBJID_BLOB #define NO_CHOOSEFONT #define NO_COMBOBOXINFO #define NO_DEVMODE @@ -179,6 +187,8 @@ #define NO_BufferedPaintUnInit #define NO_CallNextHookEx #define NO_CallWindowProcA +#define NO_CertNameToStrA +#define NO_CertNameToStrW #define NO_CharLowerA #define NO_CharUpperA #define NO_ChooseColorA @@ -396,6 +406,8 @@ #define NO_MessageBoxA #define NO_ModifyWorldTransform #define NO_MonitorFromWindow +#define NO_MoveMemory__Lorg_eclipse_swt_internal_win32_CERT_1CONTEXT_2II +#define NO_MoveMemory__Lorg_eclipse_swt_internal_win32_CERT_1INFO_2II #define NO_MoveMemory__ILorg_eclipse_swt_internal_win32_DEVMODEA_2I #define NO_MoveMemory__ILorg_eclipse_swt_internal_win32_DEVMODEW_2I #define NO_MoveMemory__ILorg_eclipse_swt_internal_win32_DROPFILES_2I @@ -515,6 +527,8 @@ #define NO_SendMessageW__IIILorg_eclipse_swt_internal_win32_LVINSERTMARK_2 #define NO_SendMessageW__IIILorg_eclipse_swt_internal_win32_TOOLINFO_2 #define NO_SetDIBColorTable +#define NO_SetDllDirectoryA +#define NO_SetDllDirectoryW #define NO_SetErrorMode #define NO_SetGraphicsMode #define NO_SetMapMode |