Zebediah Figura : shell32: Move StrRetToStrN*() helpers to shell32_main.h.

Alexandre Julliard julliard at winehq.org
Thu Feb 3 16:06:56 CST 2022


Module: wine
Branch: master
Commit: 2d6a314ecf6d4bba3f266a8ef0c8c5813837059b
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=2d6a314ecf6d4bba3f266a8ef0c8c5813837059b

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Wed Feb  2 22:56:41 2022 -0600

shell32: Move StrRetToStrN*() helpers to shell32_main.h.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/shell32/shell32_main.h | 3 +++
 dlls/shell32/undocshell.h   | 6 ------
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/dlls/shell32/shell32_main.h b/dlls/shell32/shell32_main.h
index ea8019a85e2..14011489e86 100644
--- a/dlls/shell32/shell32_main.h
+++ b/dlls/shell32/shell32_main.h
@@ -290,4 +290,7 @@ typedef struct
     ITEMIDLIST idl;
 } CWTESTPATHSTRUCT;
 
+BOOL WINAPI StrRetToStrNA(char *, DWORD, STRRET *, const ITEMIDLIST *);
+BOOL WINAPI StrRetToStrNW(WCHAR *, DWORD, STRRET *, const ITEMIDLIST *);
+
 #endif
diff --git a/dlls/shell32/undocshell.h b/dlls/shell32/undocshell.h
index 881832c5185..61c2ff4069f 100644
--- a/dlls/shell32/undocshell.h
+++ b/dlls/shell32/undocshell.h
@@ -31,12 +31,6 @@
 extern "C" {
 #endif /* defined(__cplusplus) */
 
-/*
-	string functions
-*/
-BOOL WINAPI StrRetToStrNA(LPSTR,DWORD,LPSTRRET,const ITEMIDLIST*);
-BOOL WINAPI StrRetToStrNW(LPWSTR,DWORD,LPSTRRET,const ITEMIDLIST*);
-
 /****************************************************************************
  * Memory Routines
  */




More information about the wine-cvs mailing list