From 72ba2be6c49e0d84ee6db68b6b9611a2e3cc1c79 Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Thu, 24 Jan 2008 20:02:53 +0100 Subject: [PATCH] mscms: Use NT directory for storing color profiles. --- dlls/mscms/profile.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dlls/mscms/profile.c b/dlls/mscms/profile.c index 4ecb361a0a..11413f1844 100644 --- a/dlls/mscms/profile.c +++ b/dlls/mscms/profile.c @@ -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 ); -- 2.32.0.93.g670b81a890