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.

15 lines
621 B

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 2002 - 2002
  5. //
  6. // File: certrpc_s.c0
  7. //
  8. // Contents: Cert Server globals
  9. //
  10. //---------------------------------------------------------------------------
  11. #pragma warning(push)
  12. #pragma warning(disable: 4211) // nonstandard extension used : redefined extern to static
  13. #pragma warning(disable: 4310) // cast truncates constant value
  14. #pragma warning(disable: 4232) // nonstandard extension used : address of dllimport is not static, identity not guaranteed