Navigation Menu

Skip to content

Commit

Permalink
Get that typedef, too...
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed Apr 30, 2008
1 parent d6fc4a0 commit 638aeaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mojoshader_opengl.c
Expand Up @@ -27,7 +27,6 @@ typedef unsigned int uint; // this is a printf() helper. don't use for code.
typedef unsigned __int8 uint8;
typedef unsigned __int32 uint32;
typedef unsigned __int32 int32;
typedef
#else
#include <stdint.h>
typedef uint8_t uint8;
Expand Down

0 comments on commit 638aeaa

Please sign in to comment.