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.

32 lines
419 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. sceimp.idl
  5. Abstract:
  6. Temporary dummy IDL interface for scerpc.
  7. Author: Jin Huang (JinHuang) Jan 28, 1998
  8. Environment: User Mode
  9. Revision History:
  10. [
  11. uuid(2edb877d-974a-11d1-8c39-00c04fb984f9),
  12. version(0.0)
  13. ]
  14. --*/
  15. [local] interface sceimp
  16. {
  17. #define MIDL_PASS "sceimp.idl"
  18. #include <sceimp.h>
  19. void SceImpDummy();
  20. }