apps/openssl.c: UTF-y Windows argv.
[openssl.git] / Configurations / 10-main.conf
index 62e659eb3c1ca22e70e959d8c7c7192969eff492..ec7a7d93001dbec5d502da97be7ef341c1cfe0ab 100644 (file)
@@ -1254,6 +1254,7 @@ sub vms_info {
         shared_target    => "win-shared", # meaningless except it gives Configure a hint
         thread_scheme    => "winthreads",
         dso_scheme       => "win32",
+        apps_aux_src     => add("win32_init.c"),
     },
     "VC-noCE-common" => {
         inherit_from     => [ "VC-common" ],
@@ -1414,6 +1415,7 @@ sub vms_info {
         shared_rcflag    => "--target=pe-i386",
         shared_extension => ".dll",
         multilib         => "",
+        apps_aux_src     => add("win32_init.c"),
     },
     "mingw64" => {
         # As for OPENSSL_USE_APPLINK. Applink makes it possible to use
@@ -1442,6 +1444,7 @@ sub vms_info {
         shared_rcflag    => "--target=pe-x86-64",
         shared_extension => ".dll",
         multilib         => "64",
+        apps_aux_src     => add("win32_init.c"),
     },
 
 #### UEFI