Skip to content

Commit

Permalink
(wxwidgets) Get rid of __EMX__
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Mar 27, 2022
1 parent 68fd1eb commit 2d3e857
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions 3rdparty/wxwidgets3.0/src/common/filename.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@
#endif
#endif

#ifdef __EMX__
#include <os2.h>
#define MAX_PATH _MAX_PATH
#endif

#ifndef S_ISREG
#define S_ISREG(mode) ((mode) & S_IFREG)
#endif
Expand Down

0 comments on commit 2d3e857

Please sign in to comment.