mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-28 16:01:22 +02:00
- unify defines in header files
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef __RECORD_TD_H
|
||||
#define __RECORD_TD_H
|
||||
#ifndef __RECORD_TD_H__
|
||||
#define __RECORD_TD_H__
|
||||
|
||||
#include <pthread.h>
|
||||
#include "dmx_hal.h"
|
||||
@@ -40,4 +40,5 @@ class cRecord
|
||||
|
||||
void RecordThread();
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif // __RECORD_TD_H__
|
||||
|
Reference in New Issue
Block a user