ZFFramework
 
Loading...
Searching...
No Matches
ZFImpl_sys_Windows.h
1#ifndef _ZFI_ZFImpl_sys_Windows_h_
2#define _ZFI_ZFImpl_sys_Windows_h_
3
4#include "ZFCore/ZFCoreDef.h"
5
7
13#ifndef ZF_ENV_FORCE_sys_Windows
14 #define ZF_ENV_FORCE_sys_Windows 0
15#else
16 #undef ZF_ENV_FORCE_sys_Windows
17 #define ZF_ENV_FORCE_sys_Windows 1
18#endif
19
25#ifndef ZF_ENV_FORCE_not_sys_Windows
26 #define ZF_ENV_FORCE_not_sys_Windows 0
27#else
28 #undef ZF_ENV_FORCE_not_sys_Windows
29 #define ZF_ENV_FORCE_not_sys_Windows 1
30#endif
31
35#if !ZF_ENV_FORCE_not_sys_Windows && ((0 \
36 || defined(WIN32) \
37 || defined(_WIN32) \
38 ) || ZF_ENV_FORCE_sys_Windows)
39 #define ZF_ENV_sys_Windows 1
40#else
41 #define ZF_ENV_sys_Windows 0
42#endif
43
45#endif // #ifndef _ZFI_ZFImpl_sys_Windows_h_
46
necessary header file for all types
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98