Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
440 B

  1. #pragma warning(disable: 4127) // conditional expression is constant
  2. #pragma warning(disable: 4201) // nonstandard extension used : nameless struct/union
  3. #pragma warning(disable: 4211) // redefining extern to static is OK
  4. #pragma warning(disable: 4509) // SEH and destructors are OK
  5. #pragma warning(disable: 4710) // inline function was not expanded