Quick Updates

svn path=/trunk/boinc/; revision=19299
This commit is contained in:
Rom Walton 2009-10-13 22:13:27 +00:00
parent 553a3a50af
commit 265de0b15f
1 changed files with 1 additions and 1 deletions

View File

@ -846,7 +846,7 @@ bool is_remote_desktop() {
DWORD dwLength;
if (!wtsapi32lib) {
wtsapi32lib = LoadLibrary("wtsapi32.dll");
wtsapi32lib = LoadLibrary(_T("wtsapi32.dll"));
if (wtsapi32lib) {
pWTSQSI = (tWTSQSI)GetProcAddress(wtsapi32lib, "WTSQuerySessionInformation");
pWTSFM = (tWTSFM)GetProcAddress(wtsapi32lib, "WTSFreeMemory");