Mass++ Common Libraries v2.7.5
 All Classes Namespaces Files Functions Variables Enumerations Macros
stdafx.h
1 
12 #ifndef __KOME_CORE_STD_AFX_H__
13 #define __KOME_CORE_STD_AFX_H__
14 
15 //
16 // namespace
17 //
18 
20 namespace kome {
22  namespace core {
23  }
24 }
25 
26 
27 //
28 // macros
29 //
30 
31 #ifdef _MSC_VER
32  #define CORE_TOOLKITS_CLASS __declspec(dllexport)
33 #else
34  #define CORE_TOOLKITS_CLASS
35 #endif // _MSC_VER
36 
37 #define __KOME_CORE_TOOLKITS_H__
38 
39 
40 //
41 // message
42 //
43 
44 #ifdef _MSC_VER
45  #pragma warning( disable:4251 )
46  #pragma warning( disable:4267 )
47  #pragma warning( disable:4561 )
48  #pragma warning( disable:4793 )
49  #pragma warning( disable:4819 )
50 #endif // _MSC_VER
51 
52 
53 //
54 // libraries
55 //
56 #ifdef _MSC_VER
57  #pragma comment( lib, "gtest-md" )
58 #endif // _MSC_VER
59 
60 
61 //
62 // includes
63 //
64 
65 #include "kome/CoreFunctions.h"
66 
67 
68 #endif // __KOME_CORE_STD_AFX_H__
69