mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +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…
Reference in a new issue