summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/gl_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index fdba8440a8..2c84190fb8 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -21,6 +21,8 @@
#ifndef APIENTRY
#ifdef GLAPIENTRY
#define APIENTRY GLAPIENTRY
+#elif defined(GL_WIN32)
+#define APIENTRY __stdcall
#else
#define APIENTRY
#endif