mirror of
https://github.com/Genymobile/scrcpy
synced 2024-12-22 07:10:34 +00:00
Add missing SC_ prefix to header guards
This commit is contained in:
parent
0c94887075
commit
fa5b2a29e9
@ -1,5 +1,5 @@
|
|||||||
#ifndef COMMON_H
|
#ifndef SC_COMMON_H
|
||||||
#define COMMON_H
|
#define SC_COMMON_H
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "compat.h"
|
#include "compat.h"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef COMPAT_H
|
#ifndef SC_COMPAT_H
|
||||||
#define COMPAT_H
|
#define SC_COMPAT_H
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef CONTROLMSG_H
|
#ifndef SC_CONTROLMSG_H
|
||||||
#define CONTROLMSG_H
|
#define SC_CONTROLMSG_H
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef CONTROLLER_H
|
#ifndef SC_CONTROLLER_H
|
||||||
#define CONTROLLER_H
|
#define SC_CONTROLLER_H
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef DEVICEMSG_H
|
#ifndef SC_DEVICEMSG_H
|
||||||
#define DEVICEMSG_H
|
#define SC_DEVICEMSG_H
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef FPSCOUNTER_H
|
#ifndef SC_FPSCOUNTER_H
|
||||||
#define FPSCOUNTER_H
|
#define SC_FPSCOUNTER_H
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef ICON_H
|
#ifndef SC_ICON_H
|
||||||
#define ICON_H
|
#define SC_ICON_H
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef INPUTMANAGER_H
|
#ifndef SC_INPUTMANAGER_H
|
||||||
#define INPUTMANAGER_H
|
#define SC_INPUTMANAGER_H
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef RECEIVER_H
|
#ifndef SC_RECEIVER_H
|
||||||
#define RECEIVER_H
|
#define SC_RECEIVER_H
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// generic circular buffer (bounded queue) implementation
|
// generic circular buffer (bounded queue) implementation
|
||||||
#ifndef CBUF_H
|
#ifndef SC_CBUF_H
|
||||||
#define CBUF_H
|
#define SC_CBUF_H
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef NET_H
|
#ifndef SC_NET_H
|
||||||
#define NET_H
|
#define SC_NET_H
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user