Преглед изворни кода

SDL_test_md5.h: fix MD5UINT4 type to be really 32 bits.

Ozkan Sezer пре 2 година
родитељ
комит
8901297437
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      include/SDL3/SDL_test_md5.h

+ 1 - 1
include/SDL3/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 {