mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 03:15:43 +01:00
Make sure polarssl/config.h is included at the start
(cherry picked from commit 9691bbe9b3
)
This commit is contained in:
parent
f1f21fe825
commit
28837ff2f4
@ -49,6 +49,7 @@ $/ = $line_separator;
|
|||||||
open(TEST_FILE, ">$test_file") or die "Opening destination file '$test_file': $!";
|
open(TEST_FILE, ">$test_file") or die "Opening destination file '$test_file': $!";
|
||||||
print TEST_FILE << "END";
|
print TEST_FILE << "END";
|
||||||
#include "fct.h"
|
#include "fct.h"
|
||||||
|
#include <polarssl/config.h>
|
||||||
|
|
||||||
$suite_header
|
$suite_header
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
#include <polarssl/config.h>
|
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#include <basetsd.h>
|
#include <basetsd.h>
|
||||||
typedef UINT32 uint32_t;
|
typedef UINT32 uint32_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user