(add.c, disa.c, log.c, new.c, wantupd.c, wu.c) [_WIN32,__GNUC__]:
Remove the !defined(__GNUC__) for <io.h>. Not required for VC8.
This commit is contained in:
parent
d7780fdcda
commit
7356da4775
7 changed files with 6 additions and 8 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#if defined(_WIN32) && !defined(__GNUC__)
|
||||
#if defined(_WIN32)
|
||||
#include <io.h>
|
||||
#endif
|
||||
#include <time.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue