mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-20 00:21:31 +00:00
Fix compatibility with OCC version 7.4 and older
This commit is contained in:
parent
066a609b39
commit
9c5fbdb040
@ -41,6 +41,12 @@
|
||||
|
||||
#include <wx/crt.h>
|
||||
|
||||
#define OCC_VERSION_MIN 0x070500
|
||||
|
||||
#if OCC_VERSION_HEX < OCC_VERSION_MIN
|
||||
#include <Message_Messenger.hxx>
|
||||
#endif
|
||||
|
||||
#define DEFAULT_BOARD_THICKNESS 1.6
|
||||
|
||||
void ReportMessage( const wxString& aMessage )
|
||||
|
Loading…
Reference in New Issue
Block a user