mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[SHELL32_WINETEST]
- Fix MSVC build. This is a (partial) Winesync svn path=/trunk/; revision=53874
This commit is contained in:
@@ -55,8 +55,8 @@ static void test_query_recyclebin(void)
|
||||
HRESULT hr;
|
||||
HANDLE file;
|
||||
SHFILEOPSTRUCTA shfo;
|
||||
const CHAR *name="test.txt";
|
||||
CHAR buf[MAX_PATH+strlen(name)+2];
|
||||
const CHAR name[] = "test.txt";
|
||||
CHAR buf[MAX_PATH + sizeof(name) + 1];
|
||||
if(!pSHQueryRecycleBinA)
|
||||
{
|
||||
skip("SHQueryRecycleBinA does not exist\n");
|
||||
|
||||
Reference in New Issue
Block a user