Patch level :2.1 nopatch
Files correlati :xvagadll.dll Ricompilazione Demo : [ ] Commento :eliminati 2 errori di compilazione git-svn-id: svn://10.65.10.50/trunk@11927 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
c66bc47a3b
commit
e333c5c9af
@ -806,8 +806,7 @@ bool OsWin32_Speak(const char* text, bool async)
|
||||
|
||||
int OsWin32_GetSessionId()
|
||||
{
|
||||
char str[32];
|
||||
xvt_sys_get_user_name(str, sizeof(str));
|
||||
const wxString str = wxGetUserId();
|
||||
|
||||
unsigned short h = 0;
|
||||
for (const char* s = str; *s; s++)
|
||||
|
@ -797,7 +797,7 @@ const char* xvt_fsys_get_campo_ini()
|
||||
}
|
||||
}
|
||||
}
|
||||
if (xvt_sys_get_os_version() < XVT_OS_WINDOWS_NT)
|
||||
if (xvt_sys_get_os_version() < XVT_WS_WIN_NT)
|
||||
*username = '\0';
|
||||
#endif
|
||||
if (!bFound)
|
||||
|
Loading…
x
Reference in New Issue
Block a user