[host] windows: add OutputDebugString capture for diagnostics

This commit is contained in:
Geoffrey McRae
2024-03-07 11:34:46 +11:00
parent 545e736389
commit eb31815b46
4 changed files with 227 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ add_library(platform_Windows STATIC
src/mousehook.c
src/force_compose.c
src/com_ref.c
src/ods.c
)
# allow use of functions for Windows 7 or later