Commit 64f1758
committed
msvc: remove Core compat.h include
My (untested) assumption is that this was only being used for a ssize_t
definition. Remove the include, and define ssize_t to SSIZE_T.
I'm planning on making a similar change in the Core codebase.
See:
https://docs.microsoft.com/en-us/windows/win32/winprog/windows-data-types#ssize_t1 parent a223557 commit 64f1758
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments