gameux: Fix Path for the statistics.

oldstable
André Hentschel 2010-12-19 20:11:15 +01:00 committed by Alexandre Julliard
parent 9b97fa1a60
commit 9eda42fe94
2 changed files with 2 additions and 2 deletions

View File

@ -323,7 +323,7 @@ static HRESULT GAMEUX_buildStatisticsFilePath(
static const WCHAR sStatisticsDir[] = {'\\','M','i','c','r','o','s','o','f','t',
'\\','W','i','n','d','o','w','s','\\','G','a','m','e','E','x','p',
'l','o','r','e','r','\\','G','a','m','e','S','t','a','t','i','s',
't','i','c','s',0};
't','i','c','s','\\',0};
static const WCHAR sDotGamestats[] = {'.','g','a','m','e','s','t','a','t','s',0};
HRESULT hr;

View File

@ -128,7 +128,7 @@ static HRESULT _buildStatisticsFilePath(LPCGUID guidApplicationId, LPWSTR *lpSta
static const WCHAR sStatisticsDir[] = {'\\','M','i','c','r','o','s','o','f','t',
'\\','W','i','n','d','o','w','s','\\','G','a','m','e','E','x','p',
'l','o','r','e','r','\\','G','a','m','e','S','t','a','t','i','s',
't','i','c','s',0};
't','i','c','s','\\',0};
static const WCHAR sDotGamestats[] = {'.','g','a','m','e','s','t','a','t','s',0};
static const DWORD dwGuidLength = 49;