From 3c7b43d4d7d09415a815c5ab0438c79c1a453d39 Mon Sep 17 00:00:00 2001 From: "brofield%jellycan.com" Date: Fri, 16 Jul 2004 12:17:18 +0000 Subject: [PATCH] Fix bustage caused by checkin for bug 250392 - Support "UniformResourceLocatorW" and "FileGroupDescriptorW" clipboard formats for Internet Shortcut --- widget/src/windows/nsDataObj.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/widget/src/windows/nsDataObj.h b/widget/src/windows/nsDataObj.h index 94d72a70b6e..b6772cf563d 100644 --- a/widget/src/windows/nsDataObj.h +++ b/widget/src/windows/nsDataObj.h @@ -56,10 +56,10 @@ * See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/programmersguide/shell_basics/shell_basics_programming/transferring/clipboard.asp */ #ifndef CFSTR_INETURLA -#define CFSTR_INETURLA _T("UniformResourceLocator") +#define CFSTR_INETURLA "UniformResourceLocator" #endif #ifndef CFSTR_INETURLW -#define CFSTR_INETURLW _T("UniformResourceLocatorW") +#define CFSTR_INETURLW "UniformResourceLocatorW" #endif class nsVoidArray;