Changeset 400 for cpp/common


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

Improved comments

Location:
cpp/common
Files:
2 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);
  • cpp/common/console.cpp

    r399 r400  
    2323
    2424
    25 void guiSetConsoleTitle(const char* utf8title) //implementacje zalezne od platformy
     25void guiSetConsoleTitle(const char* utf8title) //platform-dependent implementations
    2626{
    2727#ifdef _WIN32
Note: See TracChangeset for help on using the changeset viewer.