Changeset 400 for cpp/common/Convert.cpp


Ignore:
Timestamp:
06/23/15 01:41:37 (9 years ago)
Author:
Maciej Komosinski
Message:

Improved comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/Convert.cpp

    r294 r400  
    7474//do niej rownoczesnie i zaczac inicjalizacje po czym jeden korzystalby
    7575//z mutexa gdy drugi dalej by go inicjalizowal
     76#if ! ((defined LINUX) || (defined _WIN32 && !defined __BORLANDC__ ))
     77// only for the "borland?" cases in localtime() and asctime() below
    7678#include "threads.h"
    7779static pthread_mutex_t fix_unsafe_mutex = PTHREAD_MUTEX_INITIALIZER;
     80#endif
    7881#endif
    7982
     
    8790
    8891        struct tm ret;
    89 
    9092#if defined LINUX // || android?
    9193        return *::localtime_r(&timep,&ret);
Note: See TracChangeset for help on using the changeset viewer.