mirror of
https://github.com/Genymobile/scrcpy
synced 2025-08-30 13:58:08 +00:00
Fix trait header guards
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#ifndef SC_FRAME_SINK
|
#ifndef SC_FRAME_SINK_H
|
||||||
#define SC_FRAME_SINK
|
#define SC_FRAME_SINK_H
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#ifndef SC_PACKET_SINK
|
#ifndef SC_PACKET_SINK_H
|
||||||
#define SC_PACKET_SINK
|
#define SC_PACKET_SINK_H
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user