15cbed5e11
It features some key concepts like macro recording, workbenches, ability to run as a server and dynamically loadable application extensions and it is designed to be platform independent. Warning: FreeCAD is still in ALPHA state and not in shape for end user usage! <http://juergen-riegel.net/FreeCAD/Docu/> Suggested by: Pedro F. Giffuni <giffunip (at) yahoo.com>
12 lines
246 B
C++
12 lines
246 B
C++
--- ./src/Base/TimeInfo.h.orig Sat Feb 24 11:44:54 2007
|
|
+++ ./src/Base/TimeInfo.h Sun Apr 22 11:09:07 2007
|
|
@@ -28,8 +28,8 @@
|
|
|
|
|
|
#include <stdio.h>
|
|
-#include <sys/timeb.h>
|
|
#include <time.h>
|
|
+#include <sys/timeb.h>
|
|
|
|
namespace Base
|
|
{
|