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