mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[DLL] Fix wrong manifest includes.
This commit is contained in:
parent
3c8a3a6e7e
commit
99c7c93b83
2 changed files with 2 additions and 0 deletions
1
dll/3rdparty/mbedtls/mbedtls.rc
vendored
1
dll/3rdparty/mbedtls/mbedtls.rc
vendored
|
@ -1,4 +1,5 @@
|
|||
#include <windef.h>
|
||||
#include <winuser.h>
|
||||
#define MBEDTLS_CONFIG_H
|
||||
#include <mbedtls/version.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include <windef.h>
|
||||
#include <winuser.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue