Documentation fixes.
diff --git a/dlls/msvcrt/main.c b/dlls/msvcrt/main.c
index b912f22..52a4a07 100644
--- a/dlls/msvcrt/main.c
+++ b/dlls/msvcrt/main.c
@@ -151,20 +151,27 @@
/*********************************************************************
- * Fixup functions
- *
- * Anything not really understood but needed to make the DLL work
+ * $I10_OUTPUT (MSVCRT.@)
+ * Function not really understood but needed to make the DLL work
*/
void MSVCRT_I10_OUTPUT(void)
{
/* FIXME: This is probably data, not a function */
}
+/*********************************************************************
+ * __unDName (MSVCRT.@)
+ * Function not really understood but needed to make the DLL work
+ */
void MSVCRT___unDName(void)
{
/* Called by all VC compiled progs on startup. No idea what it does */
}
+/*********************************************************************
+ * __unDNameEx (MSVCRT.@)
+ * Function not really understood but needed to make the DLL work
+ */
void MSVCRT___unDNameEx(void)
{
/* As above */