svn path=/trunk/; revision=42908
#define PARAMS_SEPARATOR " "
#define PARAMS_SEPARATOR_LEN strlen(PARAMS_SEPARATOR);
#define PARAMS_SEPARATOR " "
#define PARAMS_SEPARATOR_LEN strlen(PARAMS_SEPARATOR);
-void DisplayError(char *pszAPI);
+void DisplayError(const char *pszAPI);
void ReadAndHandleOutput(HANDLE hPipeRead);
void PrepAndLaunchRedirectedChild(HANDLE hChildStdOut,
HANDLE hChildStdIn,
void ReadAndHandleOutput(HANDLE hPipeRead);
void PrepAndLaunchRedirectedChild(HANDLE hChildStdOut,
HANDLE hChildStdIn,
// DisplayError
// Displays the error number and corresponding message.
///////////////////////////////////////////////////////////////////////
// DisplayError
// Displays the error number and corresponding message.
///////////////////////////////////////////////////////////////////////
-void DisplayError(char *pszAPI)
+void DisplayError(const char *pszAPI)
{
LPVOID lpvMessageBuffer;
CHAR szPrintBuffer[512];
{
LPVOID lpvMessageBuffer;
CHAR szPrintBuffer[512];