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

@ -86,9 +86,6 @@
/* NanoX (with wxX11) */
#define wxUSE_NANOX 0
/* MS-DOS with DJGPP */
#undef __DOS__
/* Stupid hack; __WINDOWS__ clashes with wx/defs.h */
#ifndef __WINDOWS__
#undef __WINDOWS__