This commit is contained in:
Glenn Maynard
2006-02-09 23:53:22 +00:00
parent bea70df82c
commit e5b0c7321f
2 changed files with 69 additions and 65 deletions
@@ -1,6 +1,6 @@
#include "global.h"
#include "RestartProgram.h"
#include "windows.h"
#include <windows.h>
void Win32RestartProgram()
{
@@ -9,7 +9,7 @@ void Win32RestartProgram()
// Relaunch
PROCESS_INFORMATION pi;
STARTUPINFO si;
STARTUPINFO si;
ZeroMemory( &si, sizeof(si) );
CreateProcess(
NULL, // pointer to name of executable module