mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Fix _enable/_disable intrinsics when compiling with WDK 6001.
svn path=/trunk/; revision=31006
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user