summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl/include/SDL_opengl.h
diff options
context:
space:
mode:
authorVencislav Atanasov <user890104@freemyipod.org>2019-07-28 23:31:50 +0300
committerVencislav Atanasov <user890104@freemyipod.org>2019-07-29 01:59:40 +0300
commit183e45e8d0b4425bbd41fab37f2a4dc143e1e27c (patch)
tree5e25c211f6a3bd46dc594123451af00c1bf7ef9c /apps/plugins/sdl/include/SDL_opengl.h
parente19857e712ff54cec08d5a6342a32dae2788cb50 (diff)
downloadrockbox-183e45e8d0b4425bbd41fab37f2a4dc143e1e27c.tar.gz
rockbox-183e45e8d0b4425bbd41fab37f2a4dc143e1e27c.zip
sdl: Remove platform-specific code
Also nuke the Makefiles of Duke Nukem 3D (pun intended). Change-Id: If2707cf079bfb9299347f9c5f980780134b6ecda
Diffstat (limited to 'apps/plugins/sdl/include/SDL_opengl.h')
-rw-r--r--apps/plugins/sdl/include/SDL_opengl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/plugins/sdl/include/SDL_opengl.h b/apps/plugins/sdl/include/SDL_opengl.h
index 3d791d69b3..abf5ccc4e5 100644
--- a/apps/plugins/sdl/include/SDL_opengl.h
+++ b/apps/plugins/sdl/include/SDL_opengl.h
@@ -93,11 +93,6 @@ extern "C" {
93** version 1.2.1 Specification. 93** version 1.2.1 Specification.
94*/ 94*/
95 95
96#if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)
97#define WIN32_LEAN_AND_MEAN 1
98#include <windows.h>
99#endif
100
101#ifndef APIENTRY 96#ifndef APIENTRY
102#define APIENTRY 97#define APIENTRY
103#endif 98#endif