changeset 2397:f181963f23d5

Switch dwtest entrypoint to be dwmain instead of main to help on iOS.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 25 Mar 2021 20:51:53 +0000
parents 5bb3491ceba2
children 4de830d3bf9e
files dwtest.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;