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:
parent
83a5b533e2
commit
83e72d5f10
@ -86,6 +86,10 @@
|
||||
#define pt2mm 0.352777777778
|
||||
#endif // Mac
|
||||
|
||||
#ifndef DMPAPER_USER
|
||||
#define DMPAPER_USER 256
|
||||
#endif
|
||||
|
||||
// ============================================================================
|
||||
// implementation
|
||||
// ============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user