comparison Deprecated/Applications/Generic/GuiAdapter.cpp @ 1410:b2b0fc4a5596

Added ENABLE_GUIADAPTER option + fixed include paths in GuiAdapter
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 04 May 2020 13:34:21 +0200
parents ff8d2e46ac63
children d0a3de66bb42
comparison
equal deleted inserted replaced
1406:5d7ee14dc1eb 1410:b2b0fc4a5596
19 **/ 19 **/
20 20
21 #include "GuiAdapter.h" 21 #include "GuiAdapter.h"
22 22
23 #if ORTHANC_ENABLE_OPENGL == 1 23 #if ORTHANC_ENABLE_OPENGL == 1
24 # include "../../Framework/OpenGL/OpenGLIncludes.h" 24 # include "../../../Framework/OpenGL/OpenGLIncludes.h"
25 #endif 25 #endif
26 26
27 #if ORTHANC_ENABLE_SDL == 1 27 #if ORTHANC_ENABLE_SDL == 1
28 # include <SDL_video.h> 28 # include <SDL_video.h>
29 # include <SDL_render.h> 29 # include <SDL_render.h>
30 # include <SDL.h> 30 # include <SDL.h>
31 #endif 31 #endif
32 32
33 #if ORTHANC_ENABLE_THREADS == 1 33 #if ORTHANC_ENABLE_THREADS == 1
34 # include "../../Framework/Deprecated/Messages/LockingEmitter.h" 34 # include "../../../Framework/Deprecated/Messages/LockingEmitter.h"
35 #endif 35 #endif
36 36
37 #include <Core/Compatibility.h> 37 #include <Core/Compatibility.h>
38 38
39 namespace OrthancStone 39 namespace OrthancStone