mscms: Use NT directory for storing color profiles.

This commit is contained in:
Hans Leidekker 2008-01-24 20:02:53 +01:00 committed by Alexandre Julliard
parent be82868adb
commit 72ba2be6c4
1 changed files with 2 additions and 1 deletions

View File

@ -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 );