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.

11 lines
254 B

  1. #pragma once
  2. #include <w4warn.h>
  3. /*
  4. * Level 4 warnings to be turned on.
  5. * Do not disable any more level 4 warnings.
  6. */
  7. #pragma warning(disable:4211) // nonstandard extension used : redefined extern to static
  8. #include <dloadexcept.h>