Commit c3025c0
committed
fix(logging): Add missing Windows.h include for WinSim build
- Added #include <Windows.h> to Logging_WinSim.c
- Resolves undefined identifier errors: WINAPI, HANDLE, TRUE, FALSE
- Fixes Windows API function declarations: CreateThread, SetEvent, etc.1 parent 22d02e9 commit c3025c0
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments