diff options
Diffstat (limited to 'cppe/src/IceE/Time.cpp')
-rw-r--r-- | cppe/src/IceE/Time.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cppe/src/IceE/Time.cpp b/cppe/src/IceE/Time.cpp index ca6cc288b3e..15497a1f608 100644 --- a/cppe/src/IceE/Time.cpp +++ b/cppe/src/IceE/Time.cpp @@ -8,14 +8,14 @@ // ********************************************************************** #include <IceE/Time.h> -
+ #ifndef _WIN32_WCE -# if defined(_WIN32) -# include <sys/timeb.h> -# include <time.h> -# else -# include <sys/time.h> -# endif
+# if defined(_WIN32) +# include <sys/timeb.h> +# include <time.h> +# else +# include <sys/time.h> +# endif #endif using namespace IceUtil; @@ -28,7 +28,7 @@ IceUtil::Time::Time() : Time IceUtil::Time::now() { -#if defined(_WIN32_WCE)
+#if defined(_WIN32_WCE) // // Note that GetTickCount returns the number of ms since the // device was started. Time cannot be used to represent an |