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.
31 lines
556 B
31 lines
556 B
//
|
|
// Private.h
|
|
//
|
|
// Contents: Private header for korimx project.
|
|
//
|
|
|
|
#if !defined (__PRIVATE_H__INCLUDED_)
|
|
#define __PRIVATE_H__INCLUDED_
|
|
|
|
#define _OLEAUT32_
|
|
|
|
#include <windows.h>
|
|
#include <windowsx.h>
|
|
#include <ole2.h>
|
|
#include <olectl.h>
|
|
#include <debug.h>
|
|
#include <initguid.h>
|
|
#include "common.h"
|
|
#include "crtfree.h"
|
|
#include "msctf.h"
|
|
#include "ipoint1.h"
|
|
|
|
#include "mem.h" // must be last
|
|
|
|
#define fTrue 1
|
|
#define fFalse 0
|
|
|
|
#define STRSAFE_NO_DEPRECATE
|
|
#include "strsafe.h"
|
|
|
|
#endif // __PRIVATE_H__INCLUDED_
|