28 lines
602 B
C
28 lines
602 B
C
//+---------------------------------------------------------------------------
|
|
//
|
|
// File: private.h
|
|
//
|
|
// Contents: Private header for gram project.
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#ifndef _PRIVATE_H_
|
|
#define _PRIVATE_H_
|
|
|
|
#define _OLEAUT32_
|
|
|
|
#define NOIME
|
|
#include <windows.h>
|
|
#include <ccstock.h>
|
|
#include <debug.h>
|
|
#include <ole2.h>
|
|
#include <ocidl.h>
|
|
#include <olectl.h>
|
|
#include "msctf.h"
|
|
#include "helpers.h"
|
|
#include "xstring.h"
|
|
#include "cgapi32.h"
|
|
#include "mem.h" // must be last
|
|
|
|
#endif // _PRIVATE_H_
|