comparison Core/Images/FontRegistry.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 f9863630ec7f
children e3b3af80732d
comparison
equal deleted inserted replaced
4029:156fece692e3 4030:100fbe970762
38 #if !defined(ORTHANC_HAS_EMBEDDED_RESOURCES) 38 #if !defined(ORTHANC_HAS_EMBEDDED_RESOURCES)
39 # error Macro ORTHANC_HAS_EMBEDDED_RESOURCES must be defined 39 # error Macro ORTHANC_HAS_EMBEDDED_RESOURCES must be defined
40 #endif 40 #endif
41 41
42 #if ORTHANC_HAS_EMBEDDED_RESOURCES == 1 42 #if ORTHANC_HAS_EMBEDDED_RESOURCES == 1
43 # include <EmbeddedResources.h> // Autogenerated file 43 # include <OrthancEmbeddedResources.h> // Autogenerated file
44 #endif 44 #endif
45 45
46 namespace Orthanc 46 namespace Orthanc
47 { 47 {
48 class ORTHANC_PUBLIC FontRegistry : public boost::noncopyable 48 class ORTHANC_PUBLIC FontRegistry : public boost::noncopyable