Remove unneeded -I.. for the msvcrt tests.

Francois Gouget fgouget at free.fr
Wed Dec 6 04:58:30 CST 2006


---

The msvcrt tests no longer include 'msvcrt.h' so they don't need -I.. 
anymore.


 tools/winapi/msvcmaker |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/tools/winapi/msvcmaker b/tools/winapi/msvcmaker
index abbb235..2b8cf2d 100755
--- a/tools/winapi/msvcmaker
+++ b/tools/winapi/msvcmaker
@@ -632,10 +632,6 @@ sub _generate_dsp($$) {
 	    push @defines2, "__WINETEST_OUTPUT_DIR=\\\"$output_dir2\\\"";
 	    push @defines2, qw(__i386__ _X86_);
 
-	    if($project eq "msvcrt_test") {
-		push @includes, "..";
-	    }
-
 	    if ($project =~ /_test$/) {
 		push @includes, "$msvc_wine_dir\\$output_dir";
 	    }
-- 
1.4.3.3




More information about the wine-patches mailing list