Browse Source

Put back the include of windows.h so we are back to version 17 of the file.

tags/mesa_4_1
Karl Schultz 22 years ago
parent
commit
6afdc0bec2
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      include/GL/glext.h

+ 5
- 0
include/GL/glext.h View File

@@ -34,6 +34,11 @@ extern "C" {
** version 1.2.1 Specification.
*/

#if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__)
#define WIN32_LEAN_AND_MEAN 1
#include <windows.h>
#endif

#ifndef APIENTRY
#define APIENTRY
#endif

Loading…
Cancel
Save