Commit 186c839
committed
MSVC: Add include guards to config.w32.h to prevent macro redefinition warnings
This PR adds standard include guards to win32/build/config.w32.h.in (which generates config.w32.h). This prevents multiple inclusions in the same translation unit, avoiding C4005 warnings for macros redefined by config.pickle.h, arisen due to subsequent inclusion of config.w32.h.1 parent 8ffedc8 commit 186c839
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
141 | 144 | | |
142 | 145 | | |
143 | 146 | | |
| 147 | + | |
| 148 | + | |
0 commit comments