r348: fix linefeed problem
[ctsim.git] / libctsupport / msvc.cpp
index 02266ae87557246f033de43fac146a6879f6e59d..3cdfabdf17c6a76f22ad25dfa8319e8d43e09690 100644 (file)
@@ -2,7 +2,7 @@
 
 // Work around bug in VC6
 #ifdef MSVC
-const  struct fpos_t std::_Fpz = {0, 0};
+const  fpos_t std::_Fpz = 0;
 #endif
 
-\r
+