--- trunk/reactos/Makefile 2005-01-27 21:18:04 UTC (rev 13342)
+++ trunk/reactos/Makefile 2005-01-27 21:23:43 UTC (rev 13343)
@@ -42,7 +42,7 @@
LIB_FSLIB = vfatlib
# Static libraries
-LIB_STATIC = string rosrtl epsapi uuid libwine zlib rtl tgetopt pseh adns dxguid strmiids
+LIB_STATIC = string rosrtl epsapi uuid libwine zlib rtl tgetopt pseh adns dxguid strmiids crt
# Keyboard layout libraries
DLLS_KBD = kbdda kbddv kbdes kbdfr kbdgr kbdse kbduk kbdus
--- trunk/reactos/include/msvcrt/internal/file.h 2005-01-27 21:18:04 UTC (rev 13342)
+++ trunk/reactos/include/msvcrt/internal/file.h 2005-01-27 21:23:43 UTC (rev 13343)
@@ -70,6 +70,8 @@
void _dosmaperr(unsigned long oserrcode);
+extern int __fmode;
+
#ifdef __cplusplus
}
#endif