Changeset 837


Ignore:
Timestamp:
12/06/18 02:49:29 (5 years ago)
Author:
Maciej Komosinski
Message:

Now C++Builder supports va_copy(to,from)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/stl-util.cpp

    r523 r837  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2018  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    1414#include <common/virtfile/virtfile.h>
    1515#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
    1917
    2018string ssprintf_va(const char* format, va_list ap)
     
    185183        return filename.substr(0, slash);
    186184}
     185
Note: See TracChangeset for help on using the changeset viewer.