mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add #include guards around bridging header
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
#ifndef C_BRIDGING_HEADER_H
|
||||
#define C_BRIDGING_HEADER_H
|
||||
|
||||
#include "ctypes.h"
|
||||
#include "macros.h"
|
||||
|
||||
typedef struct {
|
||||
double x, y;
|
||||
} MyPoint;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user