mscms: Use NT directory for storing color profiles.
This commit is contained in:
parent
be82868adb
commit
72ba2be6c4
|
@ -119,7 +119,8 @@ BOOL WINAPI GetColorDirectoryA( PCSTR machine, PSTR buffer, PDWORD size )
|
|||
BOOL WINAPI GetColorDirectoryW( PCWSTR machine, PWSTR buffer, PDWORD size )
|
||||
{
|
||||
WCHAR colordir[MAX_PATH];
|
||||
static const WCHAR colorsubdir[] = { '\\','c','o','l','o','r',0 };
|
||||
static const WCHAR colorsubdir[] =
|
||||
{'\\','s','p','o','o','l','\\','d','r','i','v','e','r','s','\\','c','o','l','o','r',0};
|
||||
DWORD len;
|
||||
|
||||
TRACE( "( %p, %p )\n", buffer, size );
|
||||
|
|
Loading…
Reference in New Issue