summaryrefslogtreecommitdiffstats
path: root/Configurations/50-win-onecore.conf
diff options
context:
space:
mode:
Diffstat (limited to 'Configurations/50-win-onecore.conf')
-rw-r--r--Configurations/50-win-onecore.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configurations/50-win-onecore.conf b/Configurations/50-win-onecore.conf
index 2cc3928e9e..42a1ee00b2 100644
--- a/Configurations/50-win-onecore.conf
+++ b/Configurations/50-win-onecore.conf
@@ -47,7 +47,7 @@ my %targets = (
inherit_from => [ "VC-noCE-common" ],
defines => add("_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE",
"OPENSSL_SYS_WIN_CORE"),
- bn_ops => "BN_LLONG RC4_CHAR EXPORT_VAR_AS_FN",
+ bn_ops => "BN_LLONG RC4_CHAR",
lflags => add("/NODEFAULTLIB:kernel32.lib"),
ex_libs => "onecore.lib",
multilib => "-arm",
@@ -56,7 +56,7 @@ my %targets = (
inherit_from => [ "VC-noCE-common" ],
defines => add("_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE",
"OPENSSL_SYS_WIN_CORE"),
- bn_ops => "SIXTY_FOUR_BIT RC4_CHAR EXPORT_VAR_AS_FN",
+ bn_ops => "SIXTY_FOUR_BIT RC4_CHAR",
lflags => add("/NODEFAULTLIB:kernel32.lib"),
ex_libs => "onecore.lib",
multilib => "-arm64",