mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[SHELL32_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
cdd41ac6c4
commit
0be033fe1d
22 changed files with 1865 additions and 1487 deletions
|
@ -18,7 +18,12 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include "shellapi.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include "wine/test.h"
|
||||
|
||||
static int (WINAPI *pSHQueryRecycleBinA)(LPCSTR,LPSHQUERYRBINFO);
|
||||
static int (WINAPI *pSHFileOperationA)(LPSHFILEOPSTRUCTA);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue