git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Исправлена старая ошибка с "перепутыванием" полей userdata
[stg.git]
/
stglibs
/
common.lib
/
common.h
diff --git
a/stglibs/common.lib/common.h
b/stglibs/common.lib/common.h
index 7761d183ad8c71381d1df116b1ba0f071364be1b..6e9576983b5b95544a6f3ca2e40b9e18d5e39ca5 100644
(file)
--- a/
stglibs/common.lib/common.h
+++ b/
stglibs/common.lib/common.h
@@
-27,7
+27,11
@@
#ifndef common_h
#define common_h
#ifndef common_h
#define common_h
+#ifdef __BORLANDC__
+#include <time.h>
+#else
#include <ctime>
#include <ctime>
+#endif
#include <string>
#include "os_int.h"
#include <string>
#include "os_int.h"