fix png compile bug with DMC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2007-10-25 13:24:49 +00:00
parent 8ec67c0bf1
commit e0e742c32e

View File

@@ -19,6 +19,10 @@
#define PNG_1_2_X
#ifdef __DMC__
#define PNG_NO_SNPRINTF
#endif
/*
* PNG_USER_CONFIG has to be defined on the compiler command line. This
* includes the resource compiler for Windows DLL configurations.