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