git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Для Linux тепер використовується нова схема конфігураційних файлів
[stg.git]
/
stglibs
/
common.lib
/
common.h
diff --git
a/stglibs/common.lib/common.h
b/stglibs/common.lib/common.h
index cd7ab84fb7f5c2954f28924dcbd251c352d69664..6e9576983b5b95544a6f3ca2e40b9e18d5e39ca5 100644
(file)
--- a/
stglibs/common.lib/common.h
+++ b/
stglibs/common.lib/common.h
@@
-19,15
+19,19
@@
*/
/*
*/
/*
- $Revision: 1.3
1
$
- $Date: 2010/11/0
3 10:26:30
$
+ $Revision: 1.3
2
$
+ $Date: 2010/11/0
8 10:11:19
$
$Author: faust $
*/
#ifndef common_h
#define common_h
$Author: faust $
*/
#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"