r256: *** empty log message ***
[ctsim.git] / libctsupport / msvc.cpp
diff --git a/libctsupport/msvc.cpp b/libctsupport/msvc.cpp
new file mode 100644 (file)
index 0000000..02266ae
--- /dev/null
@@ -0,0 +1,8 @@
+#include "ct.h"
+
+// Work around bug in VC6
+#ifdef MSVC
+const  struct fpos_t std::_Fpz = {0, 0};
+#endif
+
+\r