comparison 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
comparison
equal deleted inserted replaced
2397:f181963f23d5 2398:4de830d3bf9e
1 LIBRARY DW 1 LIBRARY DW
2 2
3 EXPORTS 3 EXPORTS
4 Win32_Set_Instance @1 4 Win32_Set_Instance @1
5 _dw_convertargs @2
5 6
6 dw_init @10 7 dw_init @10
7 dw_main @11 8 dw_main @11
8 dw_exit @12 9 dw_exit @12
9 dw_beep @13 10 dw_beep @13