mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
driver/rcinput.h: try to fix libcs headers
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1413177ad1
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-11 (Fri, 11 Jan 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -38,12 +38,16 @@
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#ifdef BOXMODEL_APOLLO
|
||||||
#ifdef HAVE_COOLSTREAM_CS_IR_GENERIC_H
|
#ifdef HAVE_COOLSTREAM_CS_IR_GENERIC_H
|
||||||
#include <coolstream/cs_ir_generic.h>
|
#include <cs_ir_generic.h>
|
||||||
#endif
|
#endif
|
||||||
|
#else
|
||||||
#ifdef HAVE_COOLSTREAM_NEVIS_IR_H
|
#ifdef HAVE_COOLSTREAM_NEVIS_IR_H
|
||||||
#include <nevis_ir.h>
|
#include <nevis_ir.h>
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef KEY_OK
|
#ifndef KEY_OK
|
||||||
#define KEY_OK 0x160
|
#define KEY_OK 0x160
|
||||||
|
Reference in New Issue
Block a user