mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 02:15:47 +00:00
[SHELL32_WINETEST]
- Fix MSVC build. This is a (partial) Winesync svn path=/trunk/; revision=53874
This commit is contained in:
parent
b8329db06a
commit
23b2b84ce7
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ static void test_query_recyclebin(void)
|
||||||
HRESULT hr;
|
HRESULT hr;
|
||||||
HANDLE file;
|
HANDLE file;
|
||||||
SHFILEOPSTRUCTA shfo;
|
SHFILEOPSTRUCTA shfo;
|
||||||
const CHAR *name="test.txt";
|
const CHAR name[] = "test.txt";
|
||||||
CHAR buf[MAX_PATH+strlen(name)+2];
|
CHAR buf[MAX_PATH + sizeof(name) + 1];
|
||||||
if(!pSHQueryRecycleBinA)
|
if(!pSHQueryRecycleBinA)
|
||||||
{
|
{
|
||||||
skip("SHQueryRecycleBinA does not exist\n");
|
skip("SHQueryRecycleBinA does not exist\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue