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
8
#ifndef _INC_pch_H
9
#define _INC_pch_H
10
#ifndef NO_PRAGMA_ONCE
11
#pragma once
12
#endif
13
14
#ifndef GRAYCORE_LINK
15
#if defined(_MFC_VER) || defined(GRAY_STATICLIB)
// GRAY_STATICLIB or _MFC_VER can be defined to make Gray* all static lib
16
#define GRAYCORE_LINK
// not in a DLL
17
#else
18
#define GRAYCORE_LINK __DECL_EXPORT
19
#endif
20
#endif
21
22
#include "
GrayCore.h
"
23
24
#endif
// !defined(_INC_pch_H)
GrayCore.h
GrayCore
pch.h
Generated on Tue Feb 2 2021 11:29:21 for Gray C++ Libraries by
1.9.1