comparison dwtest.c @ 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 7d54728064a3
children 716f38f69073
comparison
equal deleted inserted replaced
2396:5bb3491ceba2 2397:f181963f23d5
2001 NULL }; 2001 NULL };
2002 2002
2003 /* 2003 /*
2004 * Let's demonstrate the functionality of this library. :) 2004 * Let's demonstrate the functionality of this library. :)
2005 */ 2005 */
2006 int main(int argc, char *argv[]) 2006 int dwmain(int argc, char *argv[])
2007 { 2007 {
2008 ULONG notebookpage1; 2008 ULONG notebookpage1;
2009 ULONG notebookpage2; 2009 ULONG notebookpage2;
2010 ULONG notebookpage3; 2010 ULONG notebookpage3;
2011 ULONG notebookpage4; 2011 ULONG notebookpage4;