windows-nt/Source/XPSP1/NT/shell/tools/reginst/priv.h

30 lines
339 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#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_