VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrlinkNetworkInterfaceDefines.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2006 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 #pragma once
6 
10 
12 #ifdef WIN32
13  #ifdef DT_DLL_BUILD
14  #ifdef vrlinkNetworkInterface_EXPORTS
15  #pragma warning (disable:4251)
16  #define DT_DLL_vrlinkNetworkInterface __declspec(dllexport)
17  #else
18  #define DT_DLL_vrlinkNetworkInterface __declspec(dllimport)
19  #endif
20  #else
21  #define DT_DLL_vrlinkNetworkInterface
22  #endif
23 #else
24  #define DT_DLL_vrlinkNetworkInterface
25 #endif
26 /*
27 
28 #ifdef TRACY_ENABLE
29 #if WIN32
30 #define _WINSOCKAPI_ //! stops windows.h including winsock.h
31 #include <windows.h>
32 #endif
33 #include <vrfutil/profiler.h>
34 #endif
35 */
36 
37 #ifdef WIN32
38 #include <winsock2.h>
39 #endif

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)