FDECL, NDECL in outdated

This commit is contained in:
nhmall
2021-01-31 13:40:15 -05:00
parent b851b28cbe
commit 979571e09e
22 changed files with 213 additions and 213 deletions

View File

@@ -7,7 +7,7 @@
#define MAX_CMDLINE_PARAM 255
extern int FDECL(main, (int, char **));
extern int main(int, char **);
static TCHAR *_get_cmd_arg(TCHAR *pCmdLine);
int APIENTRY