shell32: Move StrRetToStrN*() helpers to shell32_main.h.
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
295285620a
commit
2d6a314ecf
|
@ -290,4 +290,7 @@ typedef struct
|
||||||
ITEMIDLIST idl;
|
ITEMIDLIST idl;
|
||||||
} CWTESTPATHSTRUCT;
|
} CWTESTPATHSTRUCT;
|
||||||
|
|
||||||
|
BOOL WINAPI StrRetToStrNA(char *, DWORD, STRRET *, const ITEMIDLIST *);
|
||||||
|
BOOL WINAPI StrRetToStrNW(WCHAR *, DWORD, STRRET *, const ITEMIDLIST *);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -31,12 +31,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif /* defined(__cplusplus) */
|
#endif /* defined(__cplusplus) */
|
||||||
|
|
||||||
/*
|
|
||||||
string functions
|
|
||||||
*/
|
|
||||||
BOOL WINAPI StrRetToStrNA(LPSTR,DWORD,LPSTRRET,const ITEMIDLIST*);
|
|
||||||
BOOL WINAPI StrRetToStrNW(LPWSTR,DWORD,LPSTRRET,const ITEMIDLIST*);
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Memory Routines
|
* Memory Routines
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue