mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-11 12:30:14 +00:00
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
Block a user