Fix cmd build, when compilation units are turned off

svn path=/trunk/; revision=27748
This commit is contained in:
Colin Finck
2007-07-20 13:08:25 +00:00
parent 58d9f1e777
commit 32d235b53d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -588,7 +588,7 @@ Execute (LPTSTR Full, LPTSTR First, LPTSTR Rest)
*
*/
static VOID
VOID
DoCommand (LPTSTR line)
{
TCHAR *com = NULL; /* the first word in the command */
+1
View File
@@ -98,6 +98,7 @@ VOID ParseCommandLine (LPTSTR);
LPCTSTR GetEnvVarOrSpecial ( LPCTSTR varName );
VOID AddBreakHandler (VOID);
VOID RemoveBreakHandler (VOID);
VOID DoCommand (LPTSTR line);
extern HANDLE CMD_ModuleHandle;