mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-22 19:15:29 +00:00
Revert "SDL_test_md5.h: fix MD5UINT4 type to be really 32 bits."
This reverts commit 8eeca8c7db
as it's potentially an ABI break.
This commit is contained in:
parent
8eeca8c7db
commit
5c4bc807f7
|
@ -65,7 +65,7 @@ extern "C" {
|
|||
/* ------------ Definitions --------- */
|
||||
|
||||
/* typedef a 32-bit type */
|
||||
typedef Uint32 MD5UINT4;
|
||||
typedef unsigned long int MD5UINT4;
|
||||
|
||||
/* Data structure for MD5 (Message-Digest) computation */
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in a new issue