VR-Vantage 2.4 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrvImgui.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
12 #ifdef _WIN32
13 # ifdef _M_X64 //64bit application, set DT_MEMORY_64
14 # define DT_MEMORY_64
15 # endif
16 # ifdef vrvImgui_EXPORTS
17 # define DT_DLL_VRVIMGUI __declspec ( dllexport )
18 # define IMGUI_API __declspec ( dllexport )
19 # else
20 # define DT_DLL_VRVIMGUI __declspec ( dllimport )
21 # define IMGUI_API __declspec ( dllimport )
22 # ifdef _DEBUG
23 # pragma comment(lib,"vrvImguid.lib")
24 # else
25 # pragma comment(lib,"vrvImgui.lib")
26 # endif
27 # endif
28 #else
29 # define DT_DLL_VRVIMGUI
30 # if defined(__LP64__) || defined(_LP64) //64bit application, set DT_MEMORY_64
31 # define DT_MEMORY_64
32 # endif
33 #endif


Copyright © 2005-2018 VT MAK. All Rights Reserved (www.mak.com)