dethrace/src/harness
Carlo Bramini 5787ec29b0 WIN32: replace LOG_DEBUG() with LOG_DEBUG2()
Compiling dethrace rises this error when it is compiled with MinGW:

dethrace/src/harness/os/windows.c: In function 'OS_GetAdapterAddress':
dethrace/src/harness/os/windows.c:440:47: error: macro 'LOG_DEBUG' passed 2 arguments, but takes just 1
  440 |         LOG_DEBUG("name: %s", aa->FriendlyName); // Skip if name is provided and doesn't match FriendlyName
      |                                               ^

According to the content of dethrace/src/harness/include/harness/trace.h, I replaced with LOG_DEBUG2() macro and the problem has been solved.
2025-10-10 19:59:56 +13:00
..
audio Support for compiling with MSVC 4.20 for binary matching (#465) 2025-07-30 13:27:18 +12:00
cameras
include/harness French localization support 2025-10-10 19:59:18 +13:00
os WIN32: replace LOG_DEBUG() with LOG_DEBUG2() 2025-10-10 19:59:56 +13:00
platforms Add SDL3 platform driver (#454) 2025-10-02 22:56:47 +00:00
CMakeLists.txt Add SDL3 platform driver (#454) 2025-10-02 22:56:47 +00:00
ascii_tables.h
dethrace_scancodes.h All cross-platform sys.c implementation (#455) 2025-06-16 21:49:06 +12:00
harness.c French localization support 2025-10-10 19:59:18 +13:00
harness.h
harness_trace.c Support for compiling with MSVC 4.20 for binary matching (#465) 2025-07-30 13:27:18 +12:00
version.h.in