summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 38c6c7e)
raw | patch | inline | side by side (parent: 38c6c7e)
author | ishmal <ishmal@users.sourceforge.net> | |
Thu, 30 Nov 2006 01:39:13 +0000 (01:39 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Thu, 30 Nov 2006 01:39:13 +0000 (01:39 +0000) |
buildtool.cpp | patch | blob | history |
diff --git a/buildtool.cpp b/buildtool.cpp
index 8e0fd0e9da1735b0b3946728240f5f98df2e1c59..af1b033e7c73ad224da3d0dfd8863e2e71c34cce 100644 (file)
--- a/buildtool.cpp
+++ b/buildtool.cpp
#include <errno.h>
-
-
-namespace buildtool
-{
-
-
-
-//########################################################################
-//########################################################################
-//## U T I L
//########################################################################
+//# Definition of gettimeofday() for those who don't have it
//########################################################################
-
#ifdef __WIN32__
#include <sys/timeb.h>
struct timezone {
}
#endif
+
+
+
+
+
+
+namespace buildtool
+{
+
+
+
+
//########################################################################
//########################################################################
//## R E G E X P