mirror of https://github.com/tongzx/nt5src
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.
29 lines
339 B
29 lines
339 B
#ifndef _PRIV_H_
|
|
#define _PRIV_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <windows.h>
|
|
#include <windowsx.h>
|
|
|
|
#include <ccstock.h>
|
|
#include <debug.h>
|
|
|
|
#ifdef __cplusplus
|
|
#include <shstr.h>
|
|
#endif
|
|
|
|
#include "resource.h"
|
|
|
|
// Dump and trace flags
|
|
#define BF_ONOPEN 0x00000010
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // _PRIV_H_
|
|
|