From c2c817928528ce3a0288e9d316dd359a5c356f93 Mon Sep 17 00:00:00 2001 From: manojampalam Date: Wed, 2 Mar 2016 16:32:05 -0800 Subject: [PATCH] 3-2 C2 --- .../win32posix/win32posix/fileio.c | 2 +- .../win32posix/win32posix/{ => inc}/defs.h | 0 .../win32posix/win32posix/inc/fcntl.h | 2 +- .../win32posix/win32posix/inc/sys/socket.h | 2 +- .../win32posix/win32posix/inc/sys/stat.h | 2 +- .../win32posix/win32posix/inc/unistd.h | 2 +- .../win32posix/win32posix/{ => inc}/w32posix.h | 0 .../win32posix/win32posix/w32fd.c | 2 +- .../win32posix/win32posix/win32posix.vcxproj | 4 ++-- .../win32posix/win32posix/win32posix.vcxproj.filters | 12 ++++++------ 10 files changed, 14 insertions(+), 14 deletions(-) rename contrib/win32/w32-posix-prototype/win32posix/win32posix/{ => inc}/defs.h (100%) rename contrib/win32/w32-posix-prototype/win32posix/win32posix/{ => inc}/w32posix.h (100%) diff --git a/contrib/win32/w32-posix-prototype/win32posix/win32posix/fileio.c b/contrib/win32/w32-posix-prototype/win32posix/win32posix/fileio.c index c903d8f..4bd16a9 100644 --- a/contrib/win32/w32-posix-prototype/win32posix/win32posix/fileio.c +++ b/contrib/win32/w32-posix-prototype/win32posix/win32posix/fileio.c @@ -4,7 +4,7 @@ #include #include #include "w32fd.h" -#include "defs.h" +#include "inc/defs.h" #include #include diff --git a/contrib/win32/w32-posix-prototype/win32posix/win32posix/defs.h b/contrib/win32/w32-posix-prototype/win32posix/win32posix/inc/defs.h similarity index 100% rename from contrib/win32/w32-posix-prototype/win32posix/win32posix/defs.h rename to contrib/win32/w32-posix-prototype/win32posix/win32posix/inc/defs.h diff --git a/contrib/win32/w32-posix-prototype/win32posix/win32posix/inc/fcntl.h b/contrib/win32/w32-posix-prototype/win32posix/win32posix/inc/fcntl.h index 149332c..19def5c 100644 --- a/contrib/win32/w32-posix-prototype/win32posix/win32posix/inc/fcntl.h +++ b/contrib/win32/w32-posix-prototype/win32posix/win32posix/inc/fcntl.h @@ -1 +1 @@ -#include "..\w32posix.h" \ No newline at end of file +#include "w32posix.h" \ No newline at end of file diff --git a/contrib/win32/w32-posix-prototype/win32posix/win32posix/inc/sys/socket.h b/contrib/win32/w32-posix-prototype/win32posix/win32posix/inc/sys/socket.h index b58fcb2..149332c 100644 --- a/contrib/win32/w32-posix-prototype/win32posix/win32posix/inc/sys/socket.h +++ b/contrib/win32/w32-posix-prototype/win32posix/win32posix/inc/sys/socket.h @@ -1 +1 @@ -#include "..\..\w32posix.h" \ No newline at end of file +#include "..\w32posix.h" \ No newline at end of file diff --git a/contrib/win32/w32-posix-prototype/win32posix/win32posix/inc/sys/stat.h b/contrib/win32/w32-posix-prototype/win32posix/win32posix/inc/sys/stat.h index b58fcb2..149332c 100644 --- a/contrib/win32/w32-posix-prototype/win32posix/win32posix/inc/sys/stat.h +++ b/contrib/win32/w32-posix-prototype/win32posix/win32posix/inc/sys/stat.h @@ -1 +1 @@ -#include "..\..\w32posix.h" \ No newline at end of file +#include "..\w32posix.h" \ No newline at end of file diff --git a/contrib/win32/w32-posix-prototype/win32posix/win32posix/inc/unistd.h b/contrib/win32/w32-posix-prototype/win32posix/win32posix/inc/unistd.h index 149332c..19def5c 100644 --- a/contrib/win32/w32-posix-prototype/win32posix/win32posix/inc/unistd.h +++ b/contrib/win32/w32-posix-prototype/win32posix/win32posix/inc/unistd.h @@ -1 +1 @@ -#include "..\w32posix.h" \ No newline at end of file +#include "w32posix.h" \ No newline at end of file diff --git a/contrib/win32/w32-posix-prototype/win32posix/win32posix/w32posix.h b/contrib/win32/w32-posix-prototype/win32posix/win32posix/inc/w32posix.h similarity index 100% rename from contrib/win32/w32-posix-prototype/win32posix/win32posix/w32posix.h rename to contrib/win32/w32-posix-prototype/win32posix/win32posix/inc/w32posix.h diff --git a/contrib/win32/w32-posix-prototype/win32posix/win32posix/w32fd.c b/contrib/win32/w32-posix-prototype/win32posix/win32posix/w32fd.c index ef95a03..ae566f6 100644 --- a/contrib/win32/w32-posix-prototype/win32posix/win32posix/w32fd.c +++ b/contrib/win32/w32-posix-prototype/win32posix/win32posix/w32fd.c @@ -1,4 +1,4 @@ -#include "w32posix.h" +#include "inc\w32posix.h" #include "w32fd.h" #include #include diff --git a/contrib/win32/w32-posix-prototype/win32posix/win32posix/win32posix.vcxproj b/contrib/win32/w32-posix-prototype/win32posix/win32posix/win32posix.vcxproj index cf0659e..8183e10 100644 --- a/contrib/win32/w32-posix-prototype/win32posix/win32posix/win32posix.vcxproj +++ b/contrib/win32/w32-posix-prototype/win32posix/win32posix/win32posix.vcxproj @@ -152,13 +152,13 @@ - + + - diff --git a/contrib/win32/w32-posix-prototype/win32posix/win32posix/win32posix.vcxproj.filters b/contrib/win32/w32-posix-prototype/win32posix/win32posix/win32posix.vcxproj.filters index 36c313e..c19f75f 100644 --- a/contrib/win32/w32-posix-prototype/win32posix/win32posix/win32posix.vcxproj.filters +++ b/contrib/win32/w32-posix-prototype/win32posix/win32posix/win32posix.vcxproj.filters @@ -41,12 +41,6 @@ Header Files - - Header Files - - - Header Files - Header Files @@ -62,5 +56,11 @@ inc + + inc + + + inc + \ No newline at end of file