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
22 lines
369 B
/*++
|
|
|
|
Copyright (c) 1997 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
fhcachexp.c
|
|
|
|
Abstract:
|
|
|
|
Wrapper around the MIDL-generated fhcache_p.c to disable certain warnings
|
|
|
|
Author:
|
|
|
|
Mindaugas Krapauskas (mindaugk) 17-Jul-2002
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
#pragma warning(disable: 4100 4115 4152 4201 4211 4232 4310 4306)
|
|
#include "fhcache_p.c"
|
|
|