1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Modernize include guards and add missing ones (#9898)

This commit is contained in:
Awkor 2020-05-23 13:23:05 +02:00 committed by GitHub
parent e79bc40c0a
commit 037422fdba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 6 deletions

View file

@ -109,6 +109,8 @@
* <appro@fy.chalmers.se>
*/
#pragma once
#if !defined(DATA_ORDER_IS_BIG_ENDIAN) && !defined(DATA_ORDER_IS_LITTLE_ENDIAN)
# error "DATA_ORDER must be defined!"
#endif