Defines for UEFI environment under MSVC added

This commit is contained in:
Paul Bakker 2013-10-28 18:48:30 +01:00
parent 178d9bac3c
commit fa6a620b75
33 changed files with 94 additions and 54 deletions
library

View file

@ -40,7 +40,7 @@
#include <stdlib.h>
#include <stdio.h>
#ifdef _MSC_VER
#if defined(_MSC_VER) && !defined(EFIX64) && !defined(EFI32)
#include <basetsd.h>
typedef UINT32 uint32_t;
#else