Commit abdf42a
Guard dpi_aware.cpp with #ifdef OS_WIN instead of CMake exclusion
Platform guards in C++ source are self-documenting and consistent with
CEF's own approach; CMake one-off filename exceptions are fragile.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d5df420 commit abdf42a
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
227 | 229 | | |
228 | 230 | | |
229 | 231 | | |
| 232 | + | |
0 commit comments