mirror of
https://github.com/reactos/reactos.git
synced 2025-08-11 13:25:36 +00:00
Don't try to build modules that won't build.
Support latest MinGW releases. Support building on linux. svn path=/trunk/; revision=3454
This commit is contained in:
parent
f8310e0ce2
commit
068a37b1cd
45 changed files with 89 additions and 91 deletions
|
@ -1,4 +1,4 @@
|
|||
#include <defines.h>
|
||||
#include <windows.h>
|
||||
#include <reactos/resource.h>
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <defines.h>
|
||||
#include <windows.h>
|
||||
#include <reactos/resource.h>
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
|
|
|
@ -54,7 +54,7 @@ static char sccsid[] = "@(#)touch.c 5.5 (Berkeley) 3/7/93";
|
|||
//#error "__STDC__ defined"
|
||||
//#endif
|
||||
|
||||
#include <sys\utime.h>
|
||||
#include <sys/utime.h>
|
||||
#include <io.h>
|
||||
#include <fcntl.h>
|
||||
#include <getopt.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <defines.h>
|
||||
#include <windows.h>
|
||||
#include <reactos/resource.h>
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <defines.h>
|
||||
#include <windows.h>
|
||||
#include <reactos/resource.h>
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue