Changeset 400
- Timestamp:
- 06/23/15 01:41:37 (9 years ago)
- Location:
- cpp
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/Convert.cpp
r294 r400 74 74 //do niej rownoczesnie i zaczac inicjalizacje po czym jeden korzystalby 75 75 //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 76 78 #include "threads.h" 77 79 static pthread_mutex_t fix_unsafe_mutex = PTHREAD_MUTEX_INITIALIZER; 80 #endif 78 81 #endif 79 82 … … 87 90 88 91 struct tm ret; 89 90 92 #if defined LINUX // || android? 91 93 return *::localtime_r(&timep,&ret); -
cpp/common/console.cpp
r399 r400 23 23 24 24 25 void guiSetConsoleTitle(const char* utf8title) // implementacje zalezne od platformy25 void guiSetConsoleTitle(const char* utf8title) //platform-dependent implementations 26 26 { 27 27 #ifdef _WIN32 -
cpp/frams/config/version.h
r369 r400 3 3 // See LICENSE.txt for details. 4 4 5 #define MAIN_REL_ID "4. 2"5 #define MAIN_REL_ID "4.3"
Note: See TracChangeset
for help on using the changeset viewer.