libUTL++
NetServer.h
1
#pragma once
2
3
#if UTL_HOST_OS == UTL_OS_LINUX
4
#include <libutl/NetServer_linux.h>
5
#endif
6
7
#if UTL_HOST_OS == UTL_OS_MINGW
8
#include <libutl/NetServer_mingw.h>
9
#endif
ucm
NetServer.h
Generated on Tue Feb 7 2017 20:11:32 for libUTL++ by
1.8.13