Remove __DOS__ definition

This is another one which wasn't used since an awfully long time.
This commit is contained in:
Vadim Zeitlin 2023-01-26 17:32:09 +01:00
parent eb22752516
commit 4060201f77
3 changed files with 0 additions and 9 deletions

View file

@ -83,9 +83,6 @@
/* NanoX (with wxX11) */
#cmakedefine01 wxUSE_NANOX
/* MS-DOS with DJGPP */
#cmakedefine __DOS__ 1
/* Stupid hack; __WINDOWS__ clashes with wx/defs.h */
#ifndef __WINDOWS__
#cmakedefine __WINDOWS__ 1