- implement __pioinfo, __badioinfo and _adjust_fdiv
- remove all stubs of data item from the spec file, those actually may
  hide problems.

diff --git a/dlls/msvcrt/main.c b/dlls/msvcrt/main.c
index 017cc28..ab7d2d7 100644
--- a/dlls/msvcrt/main.c
+++ b/dlls/msvcrt/main.c
@@ -117,4 +117,13 @@
 void MSVCRT_I10_OUTPUT(void)
 {
   /* FIXME: This is probably data, not a function */
+  /* no it is a function. I10 is an Int of 10 bytes */
+  /* also known as 80 bit flotaing point (long double */
+  /* for some compilers, not MSVC) */
 }
+
+/*********************************************************************
+ *		_adjust_fdiv (MSVCRT.@)
+ * Used by the MSVC compiler to work around the Pentium FDIV bug.
+ */
+int MSVCRT__adjust_fdiv = 0;