1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/cmake
Simon Tatham ac3ebcc827 Fixes for Winelib builds.
In Winelib, you have to be careful not to say 'unsigned long' where
the API expects ULONG, because Winelib doesn't have the Windows LLP64
nature - its unsigned long is 64 bits, whereas ULONG is 32.

Also, my local Winelib has <dwmapi.h> (used in the new demo-screenshot
system), but doesn't contain some of the definitions inside it. So
I've expanded the cmake test of HAVE_DWMAPI_H so that it actually
checks the things we need, instead of just the existence of the
containing header.
2022-05-08 08:33:53 +01:00
..
platforms Fixes for Winelib builds. 2022-05-08 08:33:53 +01:00
cmake.h.in Windows tools: assorted '-demo' options. 2022-04-02 17:23:34 +01:00
gitcommit.cmake Update source file names in comments and docs. 2022-01-22 15:51:31 +00:00
gtk.cmake Fix pre-GTK3 build failures in puttyapp / ptermapp. 2021-12-18 11:43:57 +00:00
licence.cmake Replace mkfiles.pl with a CMake build system. 2021-04-17 13:53:02 +01:00
setup.cmake Merge be_*.c into one ifdef-controlled module. 2021-11-26 17:58:55 +00:00
toolchain-mingw.cmake Replace mkfiles.pl with a CMake build system. 2021-04-17 13:53:02 +01:00
toolchain-winegcc.cmake Replace mkfiles.pl with a CMake build system. 2021-04-17 13:53:02 +01:00
winegcc Replace mkfiles.pl with a CMake build system. 2021-04-17 13:53:02 +01:00