mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 13:16:07 +00:00
put ifdef around defines
svn path=/trunk/; revision=585
This commit is contained in:
parent
ce373b0c40
commit
6ef820374f
1 changed files with 2 additions and 0 deletions
|
@ -191,9 +191,11 @@ enum
|
||||||
/*
|
/*
|
||||||
* PURPOSE: Some drivers use these
|
* PURPOSE: Some drivers use these
|
||||||
*/
|
*/
|
||||||
|
#ifndef IN
|
||||||
#define IN
|
#define IN
|
||||||
#define OUT
|
#define OUT
|
||||||
#define OPTIONAL
|
#define OPTIONAL
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* PURPOSE: Power IRP minor function numbers
|
* PURPOSE: Power IRP minor function numbers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue