Commit 72ba2be6 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

mscms: Use NT directory for storing color profiles.

parent be82868a
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment