commit | fa6a620b752fde66be4abbaf10b8f6e54a57ed8e | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Oct 28 18:48:30 2013 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 29 14:05:38 2013 +0100 |
tree | dd01a1a2b3a1644e4a9756ae65c330bada0b2f30 | |
parent | 178d9bac3c9c23307246f4e06779103d0fe6e0c2 [diff] [blame] |
Defines for UEFI environment under MSVC added
diff --git a/library/ssl_cli.c b/library/ssl_cli.c index bb2afb2..ad6583b 100644 --- a/library/ssl_cli.c +++ b/library/ssl_cli.c
@@ -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