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.
39 lines
562 B
39 lines
562 B
#ifndef _PRECOMP_H_
|
|
#define _PRECOMP_H_
|
|
|
|
#include <windows.h>
|
|
#include <tchar.h>
|
|
#include <limits.h>
|
|
#include <shlobj.h>
|
|
#include <wincrypt.h>
|
|
|
|
#include "memtrack.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif /* __cplusplus */
|
|
|
|
#include "stock.h"
|
|
#include "olestock.h"
|
|
|
|
#ifdef DEBUG
|
|
|
|
#include "inifile.h"
|
|
#include "resstr.h"
|
|
|
|
#endif /* DEBUG */
|
|
|
|
#include "confdbg.h"
|
|
#include "debspew.h"
|
|
#include "valid.h"
|
|
#include "olevalid.h"
|
|
#include <dllutil.h>
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif /* __cplusplus */
|
|
|
|
|
|
#endif /* _PRECOMP_H_ */
|