mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
Removed useless #ifdef WINELIB.
This commit is contained in:
parent
cf83c1254a
commit
647dec8403
1 changed files with 0 additions and 6 deletions
|
@ -27,12 +27,6 @@
|
|||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#ifdef WINELIB
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <wincon.h>
|
||||
#endif /* !WINELIB */
|
||||
|
||||
void WCMD_batch (char *, char *, int);
|
||||
void WCMD_change_tty (void);
|
||||
void WCMD_clear_screen (void);
|
||||
|
|
Loading…
Reference in a new issue