changes to make cmd compile (not link)

svn path=/trunk/; revision=326
This commit is contained in:
Eric Kohl 1999-03-21 21:32:45 +00:00
parent b172b0df42
commit 108fcceee2
101 changed files with 2576 additions and 1819 deletions

View file

@ -22,8 +22,6 @@
* Added "/N" option.
*/
#define WIN32_LEAN_AND_MEAN
#include "config.h"
#ifdef INCLUDE_CMD_MOVE
@ -31,6 +29,7 @@
#include <windows.h>
#include <tchar.h>
#include <string.h>
#include <ctype.h>
#include "cmd.h"
@ -264,4 +263,4 @@ INT cmd_move (LPTSTR cmd, LPTSTR param)
return 0;
}
#endif /* INCLUDE_CMD_MOVE */
#endif /* INCLUDE_CMD_MOVE */