Skip to content

Commit

Permalink
Patched to compile on Windows.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed Aug 4, 2008
1 parent cd4bb85 commit 8216d7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mojoshader_opengl.c
Expand Up @@ -16,6 +16,7 @@
#ifdef _MSC_VER
#define WIN32_LEAN_AND_MEAN 1
#include <windows.h> // GL headers need this for WINGDIAPI definition.
#include <malloc.h> // for alloca().
#endif

#include "mojoshader.h"
Expand Down

0 comments on commit 8216d7c

Please sign in to comment.