mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-18 01:42:38 +01:00
Codefix: Comment style. (#14064)
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
# include <windows.h>
|
||||
# include <bcrypt.h>
|
||||
#elif defined(__APPLE__) || defined(__NetBSD__) || defined(__FreeBSD__)
|
||||
// No includes required.
|
||||
/* No includes required. */
|
||||
#elif defined(__GLIBC__) && ((__GLIBC__ > 2) || ((__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 25)))
|
||||
# include <sys/random.h>
|
||||
#elif defined(__EMSCRIPTEN__)
|
||||
|
||||
Reference in New Issue
Block a user