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.

33 lines
395 B

  1. /*++
  2. Microsoft Windows
  3. Copyright (C) Microsoft Corporation, 1981 - 1999
  4. Module Name:
  5. rpcheaders.h
  6. Abstract:
  7. Author:
  8. Rahul Thombre (RahulTh) 4/30/1998
  9. Revision History:
  10. 4/30/1998 RahulTh
  11. Created this module.
  12. --*/
  13. #ifndef __RPCHEADERS_H__
  14. #define __RPCHEADERS_H__
  15. #include <irtypes.h>
  16. #include <irsend.h>
  17. #include <irrecv.h>
  18. #endif //__RPCHEADERS_H__