aboutsummaryrefslogtreecommitdiff
path: root/Src/Wasabi/bfc/common.h
blob: 305241b8637bca2907b619d8652b92ebccaa25da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef _COMMON_H
#define _COMMON_H

#ifdef WIN32
// disable "dll-interface to be used by clients of class" warning message.
#pragma warning(disable: 4251)
#endif /* WIN32 */

#ifdef COMEXP
#undef COMEXP
#endif
#define COMEXP 


#ifndef __cplusplus 
#define EXTC extern 
#else
#define EXTC extern "C" 
#endif

#include <bfc/wasabi_std.h>

#endif /* _COMMON_H */