Minor change to allow linking setupapi.dll.

svn path=/trunk/; revision=7902
This commit is contained in:
Filip Navara 2004-01-28 21:02:07 +00:00
parent bccf34a7a1
commit 9d72a8b12b

View file

@ -9,7 +9,11 @@
#ifndef __WINE_SETUPAPI_H
#define __WINE_SETUPAPI_H
#undef DECLSPEC_IMPORT
#define DECLSPEC_IMPORT
#include_next <setupapi.h>
#undef DECLSPEC_IMPORT
#define DECLSPEC_IMPORT __declspec(dllimport)
#define FLG_ADDREG_DELREG_BIT 0x00008000
#define FLG_DELREG_KEYONLY_COMMON FLG_ADDREG_KEYONLY_COMMON