# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1616705513 0 # Node ID f181963f23d5a50ef6c2507b9af5f82daa841c52 # Parent 5bb3491ceba22f845438ef2f8ae13e202101d900 Switch dwtest entrypoint to be dwmain instead of main to help on iOS. diff -r 5bb3491ceba2 -r f181963f23d5 dwtest.c --- a/dwtest.c Thu Mar 25 20:39:52 2021 +0000 +++ b/dwtest.c Thu Mar 25 20:51:53 2021 +0000 @@ -2003,7 +2003,7 @@ /* * Let's demonstrate the functionality of this library. :) */ -int main(int argc, char *argv[]) +int dwmain(int argc, char *argv[]) { ULONG notebookpage1; ULONG notebookpage2;