diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:52:46 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:52:46 +0000 |
commit | d863c0083a3d9b9e1b810fb8ee566bee0cac5711 (patch) | |
tree | 3c33967ea7cca9bb534dc1cfa752442b1b85ae7e /sal/systools | |
parent | 965124b310756436c68e2a2350a773091041e937 (diff) |
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
Diffstat (limited to 'sal/systools')
-rw-r--r-- | sal/systools/win32/uwinapi/unicows.dxp | 6 |
1 files changed, 3 insertions, 3 deletions
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 |