Fix invalid windows macro
Missing one underscore at the end
This commit is contained in:
parent
051621a2ca
commit
8f21034254
|
@ -1061,7 +1061,7 @@ wxString DXF_IMPORT_PLUGIN::toDxfString( const wxString& aStr )
|
|||
break;
|
||||
|
||||
// diameter:
|
||||
#ifdef __WINDOWS_
|
||||
#ifdef _WIN32
|
||||
// windows, as always, is special.
|
||||
case 0x00D8:
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue