File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 35
35
#define __has_cpp_attribute (x ) (0 )
36
36
#endif
37
37
38
- #include " ../../inc/fallthrough .h"
38
+ #include " ../../inc/warning_macros .h"
39
39
40
40
#include < algorithm>
41
41
Original file line number Diff line number Diff line change 13
13
#endif
14
14
#endif
15
15
16
- #include " ../../inc/fallthrough .h"
16
+ #include " ../../inc/warning_macros .h"
17
17
#include < assert.h>
18
18
#include < immintrin.h>
19
19
Original file line number Diff line number Diff line change 140
140
typedef HMODULE NATIVE_LIBRARY_HANDLE ;
141
141
#endif // HOST_WINDOWS
142
142
143
- #include "fallthrough .h"
143
+ #include "warning_macros .h"
144
144
145
145
#endif // __PALCLR_WIN_H__
Original file line number Diff line number Diff line change 1
- #ifndef __FALLTHROUGH_H__
2
- #define __FALLTHROUGH_H__
1
+ #ifndef __WARNING_MACROS_H__
2
+ #define __WARNING_MACROS_H__
3
3
4
4
#ifndef FALLTHROUGH
5
5
#if __has_cpp_attribute(fallthrough)
9
9
#endif // __has_cpp_attribute(fallthrough)
10
10
#endif // !FALLTHROUGH
11
11
12
- #endif // __FALLTHROUGH_H__
12
+ #endif // __WARNING_MACROS_H__
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ extern bool g_arm64_atomics_present;
175
175
#define __has_cpp_attribute (x ) (0 )
176
176
#endif
177
177
178
- #include " ../../inc/fallthrough .h"
178
+ #include " ../../inc/warning_macros .h"
179
179
180
180
#ifndef PAL_STDCPP_COMPAT
181
181
Original file line number Diff line number Diff line change @@ -769,7 +769,7 @@ const char StackOverflowMessage[] = "Stack overflow.\n";
769
769
770
770
#endif // __cplusplus
771
771
772
- #include " ../../../../inc/fallthrough .h"
772
+ #include " ../../../../inc/warning_macros .h"
773
773
774
774
DWORD PALAPI GetCurrentSessionId ();
775
775
You can’t perform that action at this time.
0 commit comments