Ignore:
Timestamp:
04/11/14 23:39:36 (10 years ago)
Author:
Maciej Komosinski
Message:

"Distributed" deserializable class registry, so that ExtValue? does not depend on so many other classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/util/sstring.cpp

    r198 r222  
    44
    55#include "sstring.h"
     6#include <common/nonstd.h> //to be sure the vsnprintf-related stuff gets included
    67
    78#ifdef SSTRING_SIMPLE
     
    399400return s;
    400401}
    401 
    402 #ifdef LINUX
    403 #define VSNPRINTF_RETURNS_REQUIRED_SIZE
    404 #endif
    405 #if defined _WIN32 && !defined __BORLANDC__
    406 #define USE_VSCPRINTF
    407 #endif
    408 
    409402
    410403#if 0 //testing _vscprintf
Note: See TracChangeset for help on using the changeset viewer.