mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:25:51 +00:00
Minor change to allow linking setupapi.dll.
svn path=/trunk/; revision=7902
This commit is contained in:
parent
bccf34a7a1
commit
9d72a8b12b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue