Added binary and unicode file i/o support to msvcrt.
[reactos.git] / reactos / lib / crtdll / io / fmode.c
index 79347bd..870ac3a 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <crtdll/fcntl.h>
-#include <crtdll/io.h>
+#include <msvcrt/fcntl.h>
+#include <msvcrt/io.h>
 
 #undef _fmode
 unsigned int _fmode = O_TEXT;