use PRODUCT_NAME

This commit is contained in:
Chris Danford
2005-11-04 03:24:53 +00:00
parent 99512396d7
commit ce6e56c14f
7 changed files with 17 additions and 15 deletions
@@ -7,7 +7,7 @@ void Win32RestartProgram()
TCHAR szFullAppPath[MAX_PATH];
GetModuleFileName(NULL, szFullAppPath, MAX_PATH);
// Launch StepMania
// Relaunch
PROCESS_INFORMATION pi;
STARTUPINFO si;
ZeroMemory( &si, sizeof(si) );