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.

22 lines
369 B

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. fhcachexp.c
  5. Abstract:
  6. Wrapper around the MIDL-generated fhcache_p.c to disable certain warnings
  7. Author:
  8. Mindaugas Krapauskas (mindaugk) 17-Jul-2002
  9. Revision History:
  10. --*/
  11. #pragma warning(disable: 4100 4115 4152 4201 4211 4232 4310 4306)
  12. #include "fhcache_p.c"