31 lines
364 B
C
31 lines
364 B
C
|
#ifndef _PRIV_H_
|
||
|
#define _PRIV_H_
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
#include <windows.h>
|
||
|
#include <windowsx.h>
|
||
|
#include <shlwapi.h>
|
||
|
|
||
|
#include <ccstock.h>
|
||
|
#include <debug.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
#include <shstr.h>
|
||
|
#endif
|
||
|
|
||
|
#include "resource.h"
|
||
|
|
||
|
// Trace and Dump flags
|
||
|
#define BF_ONOPEN 0x00000010
|
||
|
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif // _PRIV_H_
|
||
|
|