34 lines
395 B
C
34 lines
395 B
C
/*++
|
|
|
|
Microsoft Windows
|
|
Copyright (C) Microsoft Corporation, 1981 - 1999
|
|
|
|
Module Name:
|
|
|
|
rpcheaders.h
|
|
|
|
Abstract:
|
|
|
|
|
|
|
|
Author:
|
|
|
|
Rahul Thombre (RahulTh) 4/30/1998
|
|
|
|
Revision History:
|
|
|
|
4/30/1998 RahulTh
|
|
|
|
Created this module.
|
|
|
|
--*/
|
|
|
|
#ifndef __RPCHEADERS_H__
|
|
#define __RPCHEADERS_H__
|
|
|
|
#include <irtypes.h>
|
|
#include <irsend.h>
|
|
#include <irrecv.h>
|
|
|
|
#endif //__RPCHEADERS_H__
|