summaryrefslogtreecommitdiffstats
path: root/Src/pfc/pfc.h
blob: c6472d57b26d9e88a6ec8d118e713ab9a43e78b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef STRICT
#define STRICT
#endif
#include <windows.h>

#ifndef NOVTABLE
#define NOVTABLE _declspec(novtable)
#endif

#define tabsize(x) (sizeof(x)/sizeof(*x))

#include "string.h"
#ifdef PFC_UNICODE
#include "string_unicode.h"
#endif
#include "cfg_var.h"
#include "critsec.h"
#include "grow_buf.h"
#include "mem_block.h"
#include "ptr_list.h"