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

Commit

Permalink
Patched to compile (missing #endif from a mismerge). Thanks to Peter …
Browse files Browse the repository at this point in the history
…Mackay

 for pointing it out.
  • Loading branch information
icculus committed Jun 29, 2007
1 parent 666f476 commit 1d491c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/SDL_config_win32.h
Expand Up @@ -45,6 +45,7 @@ typedef unsigned __int64 uintptr_t;
typedef unsigned int uintptr_t;
#endif
#define _UINTPTR_T_DEFINED
#endif
/* Older Visual C++ headers don't have the Win64-compatible typedefs... */
#if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR)))
#define DWORD_PTR DWORD
Expand Down

0 comments on commit 1d491c4

Please sign in to comment.