diff --git a/include/SDL_test_md5.h b/include/SDL_test_md5.h index 17b1d2be71e99..5d4c2e67942e6 100644 --- a/include/SDL_test_md5.h +++ b/include/SDL_test_md5.h @@ -65,7 +65,7 @@ extern "C" { /* ------------ Definitions --------- */ /* typedef a 32-bit type */ - typedef unsigned long int MD5UINT4; + typedef Uint32 MD5UINT4; /* Data structure for MD5 (Message-Digest) computation */ typedef struct {