massive windows.h and WIN32 cleanup.

This commit is contained in:
Bill Currie 2001-10-16 21:40:45 +00:00
parent 8557d50235
commit 2d068c0745
19 changed files with 20 additions and 320 deletions

View file

@ -136,9 +136,6 @@ main (int argc, const char **argv)
host_parms.memsize = 8 * 1024 * 1024;
if ((t = COM_CheckParm ("-heapsize")) != 0 && t + 1 < com_argc)
host_parms.memsize = atoi (com_argv[t + 1]) * 1024;
if ((t = COM_CheckParm ("-mem")) != 0 && t + 1 < com_argc)
host_parms.memsize = atoi (com_argv[t + 1]) * 1024 * 1024;