comparison Core/Lua/LuaContext.h @ 4030:100fbe970762

DANGEROUS commit: removing HAS_EMBEDDED_RESOURCES
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Jun 2020 20:50:20 +0200
parents 05a363186da6
children e3b3af80732d
comparison
equal deleted inserted replaced
4029:156fece692e3 4030:100fbe970762
51 #if ORTHANC_ENABLE_LUA == 0 51 #if ORTHANC_ENABLE_LUA == 0
52 # error The Lua support is disabled, cannot include this file 52 # error The Lua support is disabled, cannot include this file
53 #endif 53 #endif
54 54
55 #if ORTHANC_HAS_EMBEDDED_RESOURCES == 1 55 #if ORTHANC_HAS_EMBEDDED_RESOURCES == 1
56 # include <EmbeddedResources.h> // Autogenerated file 56 # include <OrthancEmbeddedResources.h> // Autogenerated file
57 #endif 57 #endif
58 58
59 #if ORTHANC_ENABLE_CURL == 1 59 #if ORTHANC_ENABLE_CURL == 1
60 # include "../HttpClient.h" 60 # include "../HttpClient.h"
61 #endif 61 #endif