CloverBootloader/rEFIt_UEFI/Platform/Posix/stddef.h

6 lines
75 B
C

#include "stdint.h"
#define SIZE_T_MAX MAX_UINT32
typedef UINT32 size_t;