speed-dreams-code/packaging
xavi92 078066c053 3rdParty-devel: Patch plib
There are several errors when building plib for Windows:

- Casting a pointer to DWORD is unsafe because they might have different
sizes. DWORD_PTR [1] must be used instead.
- Casting a pointer to long is unsafe because they might have different
sizes. ptrdiff_t must be used for pointer arithmetic.
- slDSP::counter is private so it cannot be used by waveOutProc. A
public function is now defined to achieve the expected behaviour.

[1]: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-dtyp/66d61dd8-2191-4a37-b963-e49bf0dc2579


git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9579 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: d284052bb28c49e40714a36cdc135aa284a524fa
Former-commit-id: a5f73738a1f8f9a1687c5e071f20c99b0e83a4dd
2024-10-27 07:52:04 +00:00
..
3rdParty-devel 3rdParty-devel: Patch plib 2024-10-27 07:52:04 +00:00
appdata String trailing whitespaces 2024-07-30 21:45:07 +00:00
desura String trailing whitespaces 2024-07-30 21:45:07 +00:00
loki Remove svn:keywords property from the repository 2024-10-02 15:30:18 +00:00
OSX WIP for ticket 1047 Automate creation of Base app for MacOS 2020-08-30 04:46:14 +00:00
portable Add option to create portable app for Windows 2023-11-05 22:25:58 +00:00
sources Remove svn:keywords property from the repository 2024-10-02 15:30:18 +00:00
windows Remove svn:keywords property from the repository 2024-10-02 15:30:18 +00:00
CMakeLists.txt Remove $Id$ 2024-09-30 05:17:15 +00:00