Windows2003-3790/windows/feime/kor/ime2k/imkrinst/private.h
2020-09-30 16:53:55 +02:00

25 lines
438 B
C

//
// Private.h
//
// Contents: Private header for korimx project.
//
#if !defined (__PRIVATE_H__INCLUDED_)
#define __PRIVATE_H__INCLUDED_
#include <windows.h>
#include <ole2.h>
#include <stdio.h>
#include <stdarg.h>
#include <tchar.h>
#include "initguid.h"
#include "common.h"
#include "debug.h"
#include "msctf.h"
#include "regsvr.h"
#define fTrue 1
#define fFalse 0
#endif // __PRIVATE_H__INCLUDED_