libs-back/Source
Frederik Carlier e77e0b6c58
Define WINBOOL on non-MinGW platforms
The Windows SDK declares BOOL as an int.  Objective C defines BOOl as a char.
Those two types clash.  MinGW's implementation of the Windows SDK uses the WINBOOL
type to avoid this clash.  When compiling natively on Windows, we need to manually
define WINBOOL.
MinGW will define _DEF_WINBOOL_ if it has defined WINBOOL so we can use the same trick
here.
See https://github.com/mingw-w64/mingw-w64/blob/master/mingw-w64-headers/include/ntdef.h#L355
2024-09-17 10:28:20 +02:00
..
art * Source/art/GNUmakefile.preamble, 2020-03-12 11:43:39 +02:00
cairo Cairo: Default font hinting to off when GSScaleFactor is set to values other than 1.0 2022-01-24 09:56:03 +00:00
English.lproj Make nfont face name localization work. Add English and Swedish translations. 2003-06-28 13:32:59 +00:00
fontconfig reshuffle code, compact name calculation and return NSString and not NSMutableString 2023-11-21 23:40:49 +01:00
gsc * Source/art/GNUmakefile.preamble, 2020-03-12 11:43:39 +02:00
headless Update copyright headers 2023-10-01 23:01:55 +02:00
opal * Source/opal/OpalGState.m: Add colour handling for all the different 2019-01-03 23:06:51 +01:00
Swedish.lproj Make nfont face name localization work. Add English and Swedish translations. 2003-06-28 13:32:59 +00:00
wayland Fix build errors with Wayland on Debian 13 (trixie) using Clang 16 (#48) 2024-08-28 23:03:03 +02:00
win32 Define WINBOOL on non-MinGW platforms 2024-09-17 10:28:20 +02:00
winlib Avoid AV in Win32FontInfo setupAttributes 2023-10-11 12:50:29 +02:00
x11 make cast to float explicit 2021-12-03 02:04:47 +01:00
xdps Replace NSCompositeHighlight with GSCompositeHighlight and map NSCompositeHighlight onto 2012-02-18 21:10:07 +00:00
xlib Match return value in case of error (nil instead of NO) 2020-06-18 00:54:32 +02:00
.cvsignore Added missing .cvsignore files. 2004-01-07 12:04:36 +00:00
GNUmakefile Filter out duplicates from subprojects 2023-09-30 00:21:14 +02:00
GNUmakefile.postamble Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
GNUmakefile.preamble fix order of use of library and header directories 2013-07-04 16:44:28 +00:00
GSBackend.m Add font enumerator, font info, and other classes 2023-09-30 00:23:02 +02:00