Changeset 837
- Timestamp:
- 12/06/18 02:49:29 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/stl-util.cpp
r523 r837 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-201 5Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2018 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 14 14 #include <common/virtfile/virtfile.h> 15 15 #endif 16 #ifdef __BORLANDC__ 17 #define va_copy(to,from) to=from //borland does not have va_copy() at all; va_list is just a pointer in borland 18 #endif 16 19 17 20 18 string ssprintf_va(const char* format, va_list ap) … … 185 183 return filename.substr(0, slash); 186 184 } 185
Note: See TracChangeset
for help on using the changeset viewer.