Mercurial > hg > orthanc-webviewer
changeset 52:0d0cc354553f
attempt to unexpose libpng symbols in the dll
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 30 Jul 2015 17:34:11 +0200 |
parents | 7b4b8b82112e |
children | c4a003ea5ea2 |
files | Orthanc/Resources/CMake/LibPngConfiguration.cmake |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Orthanc/Resources/CMake/LibPngConfiguration.cmake Thu Jul 30 15:56:27 2015 +0200 +++ b/Orthanc/Resources/CMake/LibPngConfiguration.cmake Thu Jul 30 17:34:11 2015 +0200 @@ -41,6 +41,7 @@ add_definitions( -DPNG_NO_CONSOLE_IO=1 -DPNG_NO_STDIO=1 + -DPNG_IMPEXP=1 # ATTEMPT ) source_group(ThirdParty\\Libpng REGULAR_EXPRESSION ${LIBPNG_SOURCES_DIR}/.*)