Skip to content

Commit

Permalink
Fixed compiler warnings on 64-bit Mac OS X.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 30, 2009
1 parent 3401cd8 commit 2157df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader_opengl.c
Expand Up @@ -230,7 +230,7 @@ static inline int macosx_version_atleast(int x, int y, int z)

if (!checked)
{
long ver, major, minor, patch;
SInt32 ver, major, minor, patch;
int convert = 0;

if (Gestalt(gestaltSystemVersion, &ver) != noErr)
Expand Down

0 comments on commit 2157df2

Please sign in to comment.