gatelib  2.1
g_common.h
1 #pragma once
2 
3 #include "g_common_def.h"
4 #include "g_Exception.h"
5 #include "g_PosixException.h"
6 
7 #if G_AUTOPTION_ON_WINDOWS
8 # include "g_WinException.h"
9 #endif
10 
11