mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:03:02 +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
|
IRegistryKey Interface
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#undef INTERFACE
|
||||||
|
#define INTERFACE IRegistryKey
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
GeneralRegistryKey,
|
GeneralRegistryKey,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue