VR-Vantage 3.0 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrvImgui.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 #define IMGUI_INCLUDE_IMGUI_USER_H
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 # endif
23 #else
24 # define DT_DLL_VRVIMGUI
25 # if defined(__LP64__) || defined(_LP64) //64bit application, set DT_MEMORY_64
26 # define DT_MEMORY_64
27 # endif
28 #endif


Copyright © 2005-2022 MAK Technologies. All Rights Reserved (www.mak.com)