commit | 0fa3504a77233403cb78ac1fd16a0af93b938c36 | [log] [tgz] |
---|---|---|
author | Azim Khan <Azim.Khan@arm.com> | Fri Jun 22 11:34:33 2018 +0100 |
committer | Mohammad Azim Khan <Azim.Khan@arm.com> | Mon Aug 06 11:40:58 2018 +0100 |
tree | d3726b94455b02ba063f525c43f1a4f0a53bdfad | |
parent | 667f7f8369fc29aef4c14c132cdcfc1667d72e67 [diff] |
Add missing MSVC typedefs
diff --git a/tests/suites/helpers.function b/tests/suites/helpers.function index c772af9..7f5a6f2 100644 --- a/tests/suites/helpers.function +++ b/tests/suites/helpers.function
@@ -25,6 +25,8 @@ #ifdef _MSC_VER #include <basetsd.h> +typedef UINT8 uint8_t; +typedef INT32 int32_t; typedef UINT32 uint32_t; #define strncasecmp _strnicmp #define strcasecmp _stricmp