OpenRCT2/src/openrct2/core
Michał Janiszewski afc92ee15a
ifdef-out WinNT 6.0+ APIs (#10198)
Occasionally I need to build a binary compatible with WinNT 5.1, e.g.
when testing out Wine or ReactOS. There are just a few minor changes
required to have a working build, but as they are not part of the
repository, I always end up doing them from scratch. I would like to
upstream them instead so I don't have to recreate them each time, even
if this is not the most common use case.
2019-11-08 23:16:15 +01:00
..
CircularBuffer.h Gamestate snapshots (#8819) 2019-05-11 21:31:34 +02:00
Collections.hpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Console.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Console.hpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Crypt.OpenSSL.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Crypt.h Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
DataSerialiser.h Fix DataSerialiser returning the wrong stream object 2019-07-27 16:06:26 +02:00
DataSerialiserTag.h Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
DataSerialiserTraits.h Refactor some accessors to tile element type and flags fields 2019-08-24 22:42:47 +02:00
Diagnostics.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Diagnostics.hpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Endianness.h Allow SwapBE to swap non-uint types 2019-09-01 18:40:11 +01:00
File.cpp Rename ToUtf16 to ToWideChar 2019-07-22 23:44:03 +01:00
File.h Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
FileIndex.hpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
FileScanner.cpp Rename ToUtf16 to ToWideChar 2019-07-22 23:44:03 +01:00
FileScanner.h Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
FileStream.hpp Merge pull request #9571 from ZehMatt/replay-cleanup 2019-08-05 18:31:03 +02:00
Guard.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Guard.hpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
IStream.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
IStream.hpp Fix DataSerialiser returning the wrong stream object 2019-07-27 16:06:26 +02:00
Imaging.cpp Rename ToUtf16 to ToWideChar 2019-07-22 23:44:03 +01:00
Imaging.h Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
JobPool.hpp Avoid redefining JobPool::AddTask 2019-08-19 19:03:27 +02:00
Json.cpp Remove by-reference string_view 2019-05-12 00:51:33 +01:00
Json.hpp Remove by-reference string_view 2019-05-12 00:51:33 +01:00
Memory.hpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
MemoryStream.cpp Gamestate snapshots (#8819) 2019-05-11 21:31:34 +02:00
MemoryStream.h Fix DataSerialiser returning the wrong stream object 2019-07-27 16:06:26 +02:00
Meta.hpp Make template params adhere to code style 2019-02-03 21:16:09 +01:00
Nullable.hpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Numerics.hpp Fix #5896 Fences not always removed when building a tracked ride through (#9341) 2019-06-04 23:27:36 +02:00
Optional.hpp Add `optional` header 2019-05-02 22:53:19 +02:00
Path.cpp Rename ToUtf16 to ToWideChar 2019-07-22 23:44:03 +01:00
Path.hpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Random.hpp Make template params adhere to code style 2019-02-03 21:16:09 +01:00
Registration.hpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
String.cpp ifdef-out WinNT 6.0+ APIs (#10198) 2019-11-08 23:16:15 +01:00
String.hpp Rename ToUtf16 to ToWideChar 2019-07-22 23:44:03 +01:00
StringBuilder.hpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
StringReader.hpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Zip.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Zip.h Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
ZipAndroid.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00