Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
pch.h
Go to the documentation of this file.
1 //
6 //
7 #ifndef _INC_pch_H
8 #define _INC_pch_H
9 #ifndef NO_PRAGMA_ONCE
10 #pragma once
11 #endif
12 
15 #include <math.h>
16 
17 #ifndef GRAYGUI_LINK
18 #if defined(_MFC_VER) || defined(GRAY_STATICLIB) // GRAY_STATICLIB or _MFC_VER can be defined to make Gray* all static lib
19 #define GRAYGUI_LINK
20 #else
21 #define GRAYGUI_LINK __DECL_EXPORT
22 #endif
23 #endif
24 
25 //{{AFX_INSERT_LOCATION}}
26 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
27 
28 #endif // !defined(_INC_pch_H)