Source code of Windows XP (NT5)
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.

8 lines
362 B

  1. // Warnings that we disable so that we can compile at a higher warning level, yet
  2. // not be inundated with things we don't really care about
  3. #pragma once
  4. #pragma warning(disable:4100) // unreferenced formal parameter
  5. #pragma warning(disable:4663) // C++ language change
  6. #pragma warning(disable:4238) // nonstandard extension used : class rvalue used as lvalue