You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
1.2 KiB
68 lines
1.2 KiB
//+---------------------------------------------------------------------------
|
|
//
|
|
// 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 <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <windows.h>
|
|
#include <immp.h>
|
|
#include <ccstock.h>
|
|
#include <debug.h>
|
|
#include <ole2.h>
|
|
#include <olectl.h>
|
|
#include <limits.h>
|
|
#include <initguid.h>
|
|
#ifndef STRSAFE_NO_DEPRECATE
|
|
#define STRSAFE_NO_DEPRECATE
|
|
#endif
|
|
#include <strsafe.h>
|
|
#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_
|