From c7bf40b958968f149ed6f5624c3e12fe24b11f85 Mon Sep 17 00:00:00 2001 From: "Avi Halachmi (:avih)" Date: Wed, 23 Oct 2024 16:21:05 +0300 Subject: [PATCH] win32: tcc-win32.txt: fixup mingw includes note --- win32/tcc-win32.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/win32/tcc-win32.txt b/win32/tcc-win32.txt index 0c45abe1..c66662e1 100644 --- a/win32/tcc-win32.txt +++ b/win32/tcc-win32.txt @@ -89,12 +89,17 @@ If the latest mingw headers don't play nice with the TinyCC headers, there's also TinyCC-specific win32 headers package which contains an "include" dir. Files in that dir are additional to the built-in - include files, except three which should overwrite the internal ones: + include files. At the time ow writing there are three files in that + package which also exist as built-in: unistd.h winapi/windows.h winapi/winsock2.h + unistd.h and winapi/windows.h should overwrite the built-in headers, + while the built-in winapi/winsock2.h should be kept, as the one at + the external package is older and with less definitions. + The latest package at the time of writing is winapi-full-for-0.9.27.zip which works well also with TinyCC 0.9.28rc, and is available at: