Skip to content
Snippets Groups Projects
Commit b444dcec authored by deuce's avatar deuce
Browse files

More Win32 Fixes.

parent 1d54d460
No related branches found
No related tags found
No related merge requests found
......@@ -65,8 +65,8 @@
/* Global Variables */
/********************/
uifcapi_t uifc; /* User Interface (UIFC) Library API */
char *YesStr="Yes";
char *NoStr="No";
char YesStr[]="Yes";
char NoStr[]="No";
int modified=0;
int lprintf(char *fmt, ...)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment