mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-10-04 07:08:43 +00:00
Add missing SC_ prefix to header guards
This commit is contained in:
parent
0c94887075
commit
fa5b2a29e9
11 changed files with 22 additions and 22 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef COMPAT_H
|
||||
#define COMPAT_H
|
||||
#ifndef SC_COMPAT_H
|
||||
#define SC_COMPAT_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue