mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:55:42 +00:00
[PSDK] disable SAL for WIDL as well
svn path=/trunk/; revision=73173
This commit is contained in:
parent
602c2dd81e
commit
4c9e70a899
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Disable expansion for MIDL and RC */
|
/* 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_
|
#undef _PREFAST_
|
||||||
#endif // ]
|
#endif // ]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue