mirror of
https://github.com/glest/glest-source.git
synced 2025-08-14 04:13:58 +02:00
- fixed build on linux
This commit is contained in:
@@ -125,11 +125,11 @@ struct stringformatter {
|
||||
#define defformatstring(d) stringType d; formatstring(d)
|
||||
#define defvformatstring(d,last,fmt) stringType d; { va_list ap; va_start(ap, last); vformatstring(d, fmt, ap); va_end(ap); }
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
}}//end namespace
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user