mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-02-25 05:36:55 +00:00
SDL_test_md5.h: fix MD5UINT4 type to be really 32 bits.
(cherry picked from commit 8901297437ed9ced67e6029a1d525e8052275b7c)
This commit is contained in:
parent
d7664a6ef1
commit
8eeca8c7db
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue