diff win/dw.def @ 2398:4de830d3bf9e

Win: Remove winmain.c as it is unnecessary when using the dwmain() entrypoint macros. Export _dw_convertargs() internal function for use in the dwmain macro.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 25 Mar 2021 21:38:58 +0000
parents c9b776655725
children 457c91634881
line wrap: on
line diff
--- a/win/dw.def	Thu Mar 25 20:51:53 2021 +0000
+++ b/win/dw.def	Thu Mar 25 21:38:58 2021 +0000
@@ -2,6 +2,7 @@
 
 EXPORTS
   Win32_Set_Instance                     @1
+  _dw_convertargs                        @2
 
   dw_init                                @10
   dw_main                                @11