fixed Cygwin patch typos
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#ifndef __CYGWIN32
|
||||
#ifndef __CYGWIN32__
|
||||
#include <mmsystem.h> /* Win32 Multimedia API header. */
|
||||
#endif
|
||||
#endif
|
||||
|
@@ -71,7 +71,7 @@ extern int sys$gettim(struct timeval *);
|
||||
#endif
|
||||
#else
|
||||
#include <sys/types.h>
|
||||
#if !defined(_WIN32)
|
||||
#if !defined(_WIN32) || defined(__CYGWIN32__)
|
||||
#include <sys/time.h>
|
||||
#else
|
||||
#include <winsock.h>
|
||||
|
Reference in New Issue
Block a user