mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 18:42:14 +00:00
[HEADERS] Move some helpers from undocshell.h to shellutils.h as they didn't cover anything undocumented. Merge traycmd.h in undocshell.h as both contain just undocumented shell definitions.
This commit is contained in:
parent
121f0a5c50
commit
e419195d37
14 changed files with 165 additions and 218 deletions
|
@ -17,6 +17,7 @@
|
|||
// Yes, gcc at it again, let's validate everything found inside unused templates!
|
||||
ULONG DbgPrint(PCH Format,...);
|
||||
|
||||
#include <stdio.h>
|
||||
#include <shellutils.h>
|
||||
#include <shlwapi.h>
|
||||
#include <strsafe.h>
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <stdio.h>
|
||||
#include <shellutils.h>
|
||||
|
||||
LPITEMIDLIST _CreateDummyPidl()
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <stdio.h>
|
||||
#include <shellutils.h>
|
||||
|
||||
#define INVALID_POINTER ((PVOID)(ULONG_PTR)0xdeadbeefdeadbeefULL)
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#include "shelltest.h"
|
||||
|
||||
#include <ndk/rtlfuncs.h>
|
||||
#include <stdio.h>
|
||||
#include <shellutils.h>
|
||||
|
||||
// We would normally use S_LESSTHAN and S_GREATERTHAN, but w2k3 returns numbers like 3 and -3...
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <stdio.h>
|
||||
#include <shellutils.h>
|
||||
|
||||
/* Test IShellLink::SetPath with environment-variables, existing, non-existing, ...*/
|
||||
|
|
|
@ -9,8 +9,7 @@
|
|||
|
||||
#include <wincon.h>
|
||||
#include <wingdi.h>
|
||||
|
||||
ULONG DbgPrint(PCH Format,...);
|
||||
#include <stdio.h>
|
||||
#include <shellutils.h>
|
||||
|
||||
HRESULT (STDAPICALLTYPE *pSHCreateFileExtractIconW)(LPCWSTR pszFile, DWORD dwFileAttributes, REFIID riid, void **ppv);
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <stdio.h>
|
||||
#include <shellutils.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue