OpenTTD/src/os/windows
Rubidium 68ff3fd062 Change: include fmt.h C++ headers in stdafx.h
This to prevent compilation issues between runs with and without precompiled
headers. Also remove the headers from the rest of the code base as they are
not needed there anymore, although they do relatively little harm.
2023-05-08 16:49:23 +02:00
..
CMakeLists.txt Codechange: split building into a library and executable 2023-04-16 18:58:21 +02:00
crashlog_win.cpp Codechange: Place gamelog into its own class, along with internal data. 2023-05-02 19:47:55 +01:00
font_win32.cpp Codechange: replace strncasecmp with case ignoring variant of StrStarts/EndsWith 2023-04-29 10:25:25 +02:00
font_win32.h Codechange: [windows] cache the actually loaded font name 2022-12-23 23:23:03 +01:00
ottdres.rc.in Change: rebrand 1.12.0 to 12.0 2021-08-15 12:28:51 +02:00
string_uniscribe.cpp Change: include fmt.h C++ headers in stdafx.h 2023-05-08 16:49:23 +02:00
string_uniscribe.h Change: include fmt.h C++ headers in stdafx.h 2023-05-08 16:49:23 +02:00
win32.cpp Codechange: Make FiosItem's name and title std::string 2023-04-29 13:23:34 +02:00
win32.h Codechange: replace strnatcmp with C++ string capable version 2023-04-29 12:07:45 +02:00
win32_main.cpp Codechange: move main function(s) to separate files 2023-04-16 18:58:21 +02:00