mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fix cmd build, when compilation units are turned off
svn path=/trunk/; revision=27748
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user