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 NO_PRAGMA_ONCE
9 #pragma once
10 #endif
11 
13 
14 #ifdef _MFC_VER // _MFC_VER
15 #include <afxwin.h> // MFC windows.
16 #endif
17