From d863c0083a3d9b9e1b810fb8ee566bee0cac5711 Mon Sep 17 00:00:00 2001
From: Vladimir Glazounov <vg@openoffice.org>
Date: Mon, 15 Oct 2007 11:52:46 +0000
Subject: INTEGRATION: CWS sb71 (1.4.4); FILE MERGED 2007/07/09 09:22:51 hro
 1.4.4.1: #77184# Because of Delayload we need to use GetProcAddress from
 Kernel32

---
 sal/systools/win32/uwinapi/unicows.dxp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'sal/systools')

diff --git a/sal/systools/win32/uwinapi/unicows.dxp b/sal/systools/win32/uwinapi/unicows.dxp
index b86060a12ab8..1e7dd6db627b 100644
--- a/sal/systools/win32/uwinapi/unicows.dxp
+++ b/sal/systools/win32/uwinapi/unicows.dxp
@@ -4,9 +4,9 @@
 ;
 ;   $RCSfile: unicows.dxp,v $
 ;
-;   $Revision: 1.4 $
+;   $Revision: 1.5 $
 ;
-;   last change: $Author: ihi $ $Date: 2007-06-05 11:02:27 $
+;   last change: $Author: vg $ $Date: 2007-10-15 12:52:46 $
 ;
 ;   The Contents of this file are made available subject to
 ;   the terms of GNU Lesser General Public License Version 2.1.
@@ -272,7 +272,7 @@ GetPrivateProfileSectionNamesW
 GetPrivateProfileSectionW
 GetPrivateProfileStringW
 GetPrivateProfileStructW
-GetProcAddress
+;GetProcAddress
 GetProfileIntW
 GetProfileSectionW
 GetProfileStringW
-- 
cgit