fix a TCHAR brain lapse...
authorGed Murphy <gedmurphy@reactos.org>
Fri, 6 Oct 2006 17:10:57 +0000 (17:10 +0000)
committerGed Murphy <gedmurphy@reactos.org>
Fri, 6 Oct 2006 17:10:57 +0000 (17:10 +0000)
svn path=/trunk/; revision=24425

reactos/dll/win32/devmgr/advprop.c

index 048a84b..7ff9baa 100644 (file)
@@ -1906,7 +1906,7 @@ DeviceProperties_RunDLLW(HWND hWndParent,
 {
     WCHAR szDeviceID[MAX_DEVICE_ID_LEN+1];
     WCHAR szMachineName[MAX_COMPUTERNAME_LENGTH+1];
-    LPTSTR lpString = (LPTSTR)lpDeviceCmd;
+    LPWSTR lpString = (LPWSTR)lpDeviceCmd;
 
     szDeviceID[0] = L'\0';
     szMachineName[0] = L'\0';