Source code of Windows XP (NT5)
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.

38 lines
1.0 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 2000.
  5. //
  6. // File: P U B L I C . I D L
  7. //
  8. // Contents: Stub IDL file to generate proxy stub info for public stuff
  9. //
  10. // Notes:
  11. //
  12. // Author: mbend 19 Sep 2000
  13. //
  14. //----------------------------------------------------------------------------
  15. cpp_quote("//+-------------------------------------------------------------------------")
  16. cpp_quote("//")
  17. cpp_quote("// Microsoft Windows")
  18. cpp_quote("// Copyright (C) Microsoft Corporation, 1992-2000.")
  19. cpp_quote("//")
  20. cpp_quote("//--------------------------------------------------------------------------")
  21. cpp_quote("#if ( _MSC_VER >= 800 )")
  22. cpp_quote("#pragma warning(disable:4201)")
  23. cpp_quote("#endif")
  24. #ifndef DO_NO_IMPORTS
  25. import "ocidl.idl";
  26. #endif
  27. // We want to be a proxy/stub DLL for all of the interfaces in
  28. // the following IDL files. Therefore we #include them instead of importing
  29. // them.
  30. //
  31. #define DO_NO_IMPORTS
  32. #include "upnphost.idl"