mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[PSDK] disable SAL for WIDL as well
svn path=/trunk/; revision=73173
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#endif
|
||||
|
||||
/* Disable expansion for MIDL and RC */
|
||||
#if defined(MIDL_PASS) || defined(__midl) || defined(RC_INVOKED) // [
|
||||
#if defined(MIDL_PASS) || defined(__midl) || defined(__WIDL__) || defined(RC_INVOKED) // [
|
||||
#undef _PREFAST_
|
||||
#endif // ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user