mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 08:21:38 +00:00
- Add undef macro to avoid warnings
svn path=/trunk/; revision=38009
This commit is contained in:
parent
283ad79b4a
commit
a5b0f9d3dc
1 changed files with 3 additions and 0 deletions
|
@ -791,6 +791,9 @@ typedef IInterruptSync *PINTERRUPTSYNC;
|
|||
IRegistryKey Interface
|
||||
*/
|
||||
|
||||
#undef INTERFACE
|
||||
#define INTERFACE IRegistryKey
|
||||
|
||||
enum
|
||||
{
|
||||
GeneralRegistryKey,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue