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
359 B
22 lines
359 B
/*++
|
|
|
|
Copyright (c) 2002 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
dlldata_holder.c
|
|
|
|
Abstract:
|
|
|
|
Wrapper around the MIDL-generated dlldata.c. This wrapper allows us
|
|
to disable warning 4100.
|
|
|
|
Author:
|
|
|
|
Mindaugas Krapauskas (mindaugk) 17-Jul-2002
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
#pragma warning(disable: 4100)
|
|
#include "dlldata.c"
|