Commit 78ff757
chore(server): vcpkg 2026.04.27 (#1020)
* chore(server): vcpkg 2026.04.27
* chore(ci): detect package.json changes
* fix(server): guard AWS Outcome.h against Windows ERROR macro
vcpkg 2026.04.27's aws-sdk-cpp adds `typedef E ERROR;` in Outcome.h,
which collides with the GDI `ERROR` macro pulled in via `atlbase.h`.
Push/undef/pop `ERROR` around the AWS includes in `engLib/headers.h`.
---------
Co-authored-by: Alexandru Sclearuc <asclearuc@gmail.com>1 parent e033856 commit 78ff757
3 files changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
80 | 87 | | |
81 | 88 | | |
82 | 89 | | |
83 | 90 | | |
84 | 91 | | |
85 | 92 | | |
| 93 | + | |
86 | 94 | | |
87 | 95 | | |
88 | 96 | | |
| |||
0 commit comments