[VMX_SVGA]

Convert a pointer to a WCHAR string to an array of WCHARs to fix sizeof calculation. CID 10404

svn path=/trunk/; revision=50148
This commit is contained in:
Timo Kreuzer 2010-12-26 15:04:02 +00:00
parent 08d8df3975
commit 9db755b143

View file

@ -14,7 +14,7 @@
/* GLOBALS ********************************************************************/
PHW_DEVICE_EXTENSION VmxDeviceExtensionArray[SVGA_MAX_DISPLAYS];
static PWCHAR AdapterString = L"VMware SVGA II";
static WCHAR AdapterString[] = L"VMware SVGA II";
/* FUNCTIONS ******************************************************************/