Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
SysRes.h
Go to the documentation of this file.
1
6
#ifndef _INC_SysRes_H
7
#define _INC_SysRes_H
8
#pragma once
9
10
#ifdef _MFC_VER
11
#include <afxres.h>
// must be included before <afxwin.h> or <afxext.h>
12
13
#if defined(RC_INVOKED) && !defined(APSTUDIO_INVOKED)
14
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
15
#include "afxprint.rc"
// printing/print preview resources
16
#include "afxolesv.rc"
// OLE server resources
17
#endif
18
#endif
// RC_INVOKED // not APSTUDIO_INVOKED
19
20
#else
// !_MFC_VER
21
22
// Emulate what is in AFX if AFX is not available. APSTUDIO_READONLY_SYMBOLS
23
#ifdef _WIN32
24
25
#define APSTUDIO_HIDDEN_SYMBOLS
26
#define IDC_STATIC -1
27
#include "windows.h"
28
#undef APSTUDIO_HIDDEN_SYMBOLS
29
30
#else
31
32
// #define DS_MODALFRAME 0x80L /* Winuser.h Can be combined with WS_CAPTION */
33
#define LANG_ENGLISH 0x09
// winnt.h
34
#define SUBLANG_ENGLISH_US 0x01
35
36
#endif
37
#endif
38
39
#include "
GrayVersion.h
"
40
41
#endif
GrayVersion.h
GrayCore
include
SysRes.h
Generated on Tue Feb 2 2021 11:29:33 for Gray C++ Libraries by
1.9.1