Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Double Whoops. :P
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 1, 2006
1 parent 7c4d308 commit 8c0ae5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL_stdinc.h
Expand Up @@ -133,8 +133,8 @@ typedef int64_t Sint64;
typedef uint64_t Uint64;
#else
/* This is really just a hack to prevent the compiler from complaining */
typdef Sint32 Sint64;
typdef Uint32 Uint64;
typedef Sint32 Sint64;
typedef Uint32 Uint64;
#endif

/* Make sure the types really have the right sizes */
Expand Down

0 comments on commit 8c0ae5e

Please sign in to comment.