From 42ad53f67eb88a91c4cfe51a66a828c1aecc05f4 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 22 Mar 2000 16:01:21 +0000 Subject: fixed Cygwin patch typos --- src/glut/glx/glut_joy.c | 2 +- src/glut/glx/glutint.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/glut') diff --git a/src/glut/glx/glut_joy.c b/src/glut/glx/glut_joy.c index a6f54f4a6a1..116f0328448 100644 --- a/src/glut/glx/glut_joy.c +++ b/src/glut/glx/glut_joy.c @@ -7,7 +7,7 @@ #ifdef _WIN32 #include -#ifndef __CYGWIN32 +#ifndef __CYGWIN32__ #include /* Win32 Multimedia API header. */ #endif #endif diff --git a/src/glut/glx/glutint.h b/src/glut/glx/glutint.h index 6c825819c09..7849a01acd5 100644 --- a/src/glut/glx/glutint.h +++ b/src/glut/glx/glutint.h @@ -71,7 +71,7 @@ extern int sys$gettim(struct timeval *); #endif #else #include -#if !defined(_WIN32) +#if !defined(_WIN32) || defined(__CYGWIN32__) #include #else #include -- cgit v1.2.3