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.

9 lines
393 B

  1. // idl generated code can't compile at W4
  2. #pragma warning (push)
  3. #pragma warning (disable : 4100) //unreferenced formal parameter
  4. #pragma warning (disable : 4211) //nonstandard extension used : redefined extern to static
  5. #pragma warning (disable : 4214) //nonstandard extension used : bit field types other than int, only happens on win64
  6. #include "lsapi_c.c"
  7. #pragma warning (pop)