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.

28 lines
603 B

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. Imports.h
  5. Abstract:
  6. This file allows us to include standard system header files in the
  7. regrpc.idl file. The regrpc.idl file imports a file called
  8. imports.idl. This allows the regrpc.idl file to use the types defined
  9. in these header files. It also causes the following line to be added
  10. in the MIDL generated header file:
  11. #include "imports.h"
  12. Thus these types are available to the RPC stub routines as well.
  13. Author:
  14. David J. Gilman (davegi) 28-Jan-1992
  15. --*/
  16. #include <windef.h>
  17. #include <ras.h>