mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-19 14:41:29 +02:00
Fix Config.h syntax error from previous commit
This commit is contained in:
@@ -173,15 +173,13 @@
|
|||||||
#define TPT_INLINE inline
|
#define TPT_INLINE inline
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if
|
|
||||||
|
|
||||||
#define SDEUT
|
|
||||||
//#define REALHEAT
|
|
||||||
|
|
||||||
#if defined(WIN) && defined(__GNUC__)
|
#if defined(WIN) && defined(__GNUC__)
|
||||||
#define TH_ENTRY_POINT __attribute__((force_align_arg_pointer))
|
#define TH_ENTRY_POINT __attribute__((force_align_arg_pointer))
|
||||||
#else
|
#else
|
||||||
#define TH_ENTRY_POINT
|
#define TH_ENTRY_POINT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define SDEUT
|
||||||
|
//#define REALHEAT
|
||||||
|
|
||||||
#endif /* CONFIG_H */
|
#endif /* CONFIG_H */
|
||||||
|
Reference in New Issue
Block a user