fixed Cygwin patch typos

This commit is contained in:
Brian Paul
2000-03-22 16:01:21 +00:00
parent 9b8094a663
commit 42ad53f67e
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
#ifdef _WIN32 #ifdef _WIN32
#include <windows.h> #include <windows.h>
#ifndef __CYGWIN32 #ifndef __CYGWIN32__
#include <mmsystem.h> /* Win32 Multimedia API header. */ #include <mmsystem.h> /* Win32 Multimedia API header. */
#endif #endif
#endif #endif

View File

@@ -71,7 +71,7 @@ extern int sys$gettim(struct timeval *);
#endif #endif
#else #else
#include <sys/types.h> #include <sys/types.h>
#if !defined(_WIN32) #if !defined(_WIN32) || defined(__CYGWIN32__)
#include <sys/time.h> #include <sys/time.h>
#else #else
#include <winsock.h> #include <winsock.h>