Leaked source code of windows server 2003
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.
 
 
 
 
 
 

24 lines
438 B

//
// 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_