OROCHI
Loading...
Searching...
No Matches
GxP2PSetting.h
Go to the documentation of this file.
1
//===========================================================================
10
//===========================================================================
11
#pragma once
12
13
//===========================================================================
14
// 共通
15
//===========================================================================
16
17
//---- システム定義
18
// デバッグ定義
19
#if defined(_MASTER)
20
// マスター用
21
#ifndef __DEBUG_FLG
22
#define __DEBUG_FLG 0
/* デバッグフラグ:OFF */
23
#endif
// __DEBUG_FLG
24
#else
//_MASTER
25
// デバッグ用
26
#ifndef __DEBUG_FLG
27
#define __DEBUG_FLG 1
/* デバッグフラグ:ON */
28
#endif
// __DEBUG_FLG
29
#endif
// !_MASTER
30
31
//===========================================================================
32
// Windows
33
//===========================================================================
34
#if defined(WIN32)
35
//---- Warning抑制
36
#pragma warning(disable:4100)
/* 引数は関数の本体部で1度も参照されません */
37
#pragma warning(disable:4127)
/* 条件式が定数です */
38
#pragma warning(disable:4263)
/* メンバ関数はどの基本クラスの仮想メンバ関数もオーバーライドしません */
39
#pragma warning(disable:4264)
/* 仮想メンバ関数用に基本クラスから使用可能なオーバライドはありません */
40
#if (_MSC_VER <= 1900)
41
#pragma warning(disable:4800)
/* ブール値を'true'または'false'に強制的に設定します */
42
#endif
// !(_MSC_VER <= 1900)
43
#endif
// WIN32
middleware
GxP2P
src
GxP2PSetting.h
Generated by
1.12.0