This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
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
3e2fa3fd5c
commit
6afdc0bec2
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
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
Write
Preview
Loading…
Cancel
Save