tcc-stupidos/win32/include/winapi
Petr Skocik 47722a8c2e fix windows errors uncovered by the inline patch
By always instantiating extern inlines, the patch has discovered
2 assembly errors, which were fixed in the original mingw64 in 2009.

This fixes those errors.

Additionally it changes __CRT_INLINE in win32/include/_mingw.h
from `extern __inline__` to `static __inline__`.

__CRT_INLINE is used exclusively in header files and as such
it should not create externally visible instantiations like a `extern
inline` would (as per the C standard).
2019-06-12 15:37:59 +02:00
..
basetsd.h
basetyps.h
guiddef.h win32: UUID typedef added 2015-09-25 03:42:44 +03:00
poppack.h
pshpack1.h
pshpack2.h
pshpack4.h
pshpack8.h
qos.h Add minimal includes and .def files to support, by default, BSD socket programming on Windows. 2019-04-16 07:26:04 +02:00
winbase.h i386-gen: preserve fp control word in gen_cvt_ftoi 2013-08-28 22:55:05 +02:00
wincon.h
windef.h win32: include/winapi: remove more files 2017-02-08 19:53:02 +01:00
windows.h Add winnls.h to allow SQLite compile ROOTB on Windows 2019-01-01 08:58:09 +01:00
winerror.h
wingdi.h
winnls.h Add winnls.h to allow SQLite compile ROOTB on Windows 2019-01-01 08:58:09 +01:00
winnt.h fix windows errors uncovered by the inline patch 2019-06-12 15:37:59 +02:00
winreg.h win32: include/winapi: remove more files 2017-02-08 19:53:02 +01:00
winsock2.h Add minimal includes and .def files to support, by default, BSD socket programming on Windows. 2019-04-16 07:26:04 +02:00
winuser.h Remove misc. files 2016-10-01 20:27:41 +02:00
winver.h
ws2ipdef.h Add minimal includes and .def files to support, by default, BSD socket programming on Windows. 2019-04-16 07:26:04 +02:00