mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:21:51 +00:00
- Fix _enable/_disable intrinsics when compiling with WDK 6001.
svn path=/trunk/; revision=31006
This commit is contained in:
parent
5b82b54952
commit
714d0d6737
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ Author:
|
|||
// The DDK steals these away from you.
|
||||
//
|
||||
#ifdef _MSC_VER
|
||||
void __cdecl _enable(void);
|
||||
void __cdecl _disable(void);
|
||||
#pragma intrinsic(_enable)
|
||||
#pragma intrinsic(_disable)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue