26 lines
379 B
C
26 lines
379 B
C
#ifndef _PRIVATE_H_
|
|
#define _PRIVATE_H_
|
|
|
|
#define _OLEAUT32_
|
|
|
|
#include <windows.h>
|
|
#include <windowsx.h>
|
|
#include <imm.h>
|
|
|
|
#include <rpc.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
#ifndef STRSAFE_NO_DEPRECATE
|
|
#define STRSAFE_NO_DEPRECATE
|
|
#endif
|
|
#include <strsafe.h>
|
|
|
|
#include <common.ver>
|
|
|
|
// #define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0]))
|
|
|
|
|
|
|
|
#endif // _PRIVATE_H_
|