Added a #ifndef for DMPAPER_USER to define it to the value defined in VC's wingdi.h if there is no known definition (like for mingw)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker 2001-02-20 13:55:24 +00:00
parent 83a5b533e2
commit 83e72d5f10

View File

@ -86,6 +86,10 @@
#define pt2mm 0.352777777778
#endif // Mac
#ifndef DMPAPER_USER
#define DMPAPER_USER 256
#endif
// ============================================================================
// implementation
// ============================================================================