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
359 B

  1. /*++
  2. Copyright (c) 2002 Microsoft Corporation
  3. Module Name:
  4. dlldata_holder.c
  5. Abstract:
  6. Wrapper around the MIDL-generated dlldata.c. This wrapper allows us
  7. to disable warning 4100.
  8. Author:
  9. Mindaugas Krapauskas (mindaugk) 17-Jul-2002
  10. Revision History:
  11. --*/
  12. #pragma warning(disable: 4100)
  13. #include "dlldata.c"