//+--------------------------------------------------------------------------- // // File: private.h // // Contents: Private header for immx project. // //---------------------------------------------------------------------------- #ifndef _PRIVATE_H_ #define _PRIVATE_H_ #define _OLEAUT32_ #define OEMRESOURCE #undef WINVER #define WINVER 0x500 #include #include #include #include #include #include #include #include #include #include #include #ifndef STRSAFE_NO_DEPRECATE #define STRSAFE_NO_DEPRECATE #endif #include #include "msctf.h" #include "msctfp.h" #include "helpers.h" #include "docwrap.h" #include "msaadptr.h" #include "cicmsaa.h" #include "delay.h" #ifdef __cplusplus #include "combase.h" #endif #include "mem.h" // put this last because it macros "new" in DEBUG #include "dbgid.h" #include "osver.h" #include "chkobj.h" #include "perfct.h" #ifdef __cplusplus #include "immxutil.h" #include "template.h" #endif // // Cic #4580: enable this to support SmartVoice 4.0 // #define CHECKFEIMESELECTED 1 #define SCALE_ICON 1 #endif // _PRIVATE_H_