Commit 9949a3a4 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

shell32: Fix compilation of test on MSVC6.

parent 11b7097d
......@@ -22,14 +22,20 @@
#include <stdio.h>
#define WINE_NOWINSOCK
#include "windef.h"
#include "winbase.h"
#include "wtypes.h"
#include <windows.h>
#include "shellapi.h"
#include "shlobj.h"
#include "wine/test.h"
#ifndef INVALID_FILE_ATTRIBUTES
#define INVALID_FILE_ATTRIBUTES 0xffffffff
#endif
#ifndef FOF_NORECURSION
#define FOF_NORECURSION 0x1000
#endif
CHAR CURR_DIR[MAX_PATH];
static HMODULE hshell32;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment