Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / stdlib / wcstomb.c
index 978bd2a..3ecd1b6 100644 (file)
    License along with the GNU C Library; see the file COPYING.LIB.  If not,
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
+#include <msvcrti.h>
 
-#include <msvcrt/stdlib.h>
-#include <msvcrt/wchar.h>
-
-#include <msvcrt/errno.h>
-#include <msvcrt/wchar.h>
-#include <msvcrt/internal/file.h>
 
 #ifndef EILSEQ
 #define EILSEQ EINVAL