include vms_jackets.h directly from wx/platform.h instead of doing it before wx/wxprec.h as this breaks PCH usage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,7 +20,15 @@
|
||||
are included
|
||||
*/
|
||||
#ifdef __MWERKS__
|
||||
# include <stddef.h>
|
||||
# include <stddef.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
This header must be included before anything else under VMS
|
||||
*/
|
||||
#ifdef __VMS
|
||||
# include <vms_jackets.h>
|
||||
# undef ConnectionNumber
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user