Fix invalid windows macro

Missing one underscore at the end
This commit is contained in:
Marek Roszko 2021-01-31 16:15:50 -05:00
parent 051621a2ca
commit 8f21034254
1 changed files with 1 additions and 1 deletions

View File

@ -1061,7 +1061,7 @@ wxString DXF_IMPORT_PLUGIN::toDxfString( const wxString& aStr )
break; break;
// diameter: // diameter:
#ifdef __WINDOWS_ #ifdef _WIN32
// windows, as always, is special. // windows, as always, is special.
case 0x00D8: case 0x00D8:
#else #else