mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
copy changes from develop
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
#if defined(POCO_OS_FAMILY_UNIX)
|
||||
const std::string pdfFileName = "${POCO_BASE}/PDF/samples/Image/Image.pdf";
|
||||
const std::string pngFileName = "${POCO_BASE}/PDF/samples/Image/logo.PNG";
|
||||
const std::string pngFileName = "${POCO_BASE}/PDF/samples/Image/logo.png";
|
||||
#elif defined(POCO_OS_FAMILY_WINDOWS)
|
||||
const std::string pdfFileName = "%POCO_BASE%/PDF/samples/Image/Image.pdf";
|
||||
const std::string pngFileName = "%POCO_BASE%/PDF/samples/Image/logo.PNG";
|
||||
|
||||
Reference in New Issue
Block a user