Commit c10571b
authored
fix: MSVC (windows): Prevent GetCurrentTime macro expansion in windows.
Without this, GetCurrentTime which exists as a macro in Windows is
expanded, leading to this compilation error:
https://github.com/googleapis/google-cloud-cpp/actions/runs/16149454809/job/45577395445#step:12:3259
This method of fixing this problem is documented and recommended here:
https://protobuf.dev/support/migration/#getcurrenttime1 parent c833e3b commit c10571b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
0 commit comments