Re: Remove WIN32 conditional compilation from win32common.c

2024-02-12 Thread Heikki Linnakangas
On 05/12/2023 20:37, Tristan Partin wrote: The file is only referenced in Meson and MSVC scripts from what I can tell, and the Meson reference is protected by a Windows check. There are a bunch of files like win32common.c: $ ls src/port/win32*.c src/port/win32common.c src/port/win32dlopen.c sr

Remove WIN32 conditional compilation from win32common.c

2023-12-05 Thread Tristan Partin
:18:37 -0600 Subject: [PATCH v1] Remove WIN32 conditional compilation from win32common.c This file is only compiled when WIN32 is defined, so the #ifdef was not needed. --- src/port/win32common.c | 4 1 file changed, 4 deletions(-) diff --git a/src/port/win32common.c b/src/port/win32common.c