From ffc74aeb26a4b264baee37e71f270d14157ad30c Mon Sep 17 00:00:00 2001 From: narzoul Date: Sat, 19 Mar 2016 13:15:22 +0100 Subject: [PATCH] Renamed CompatGdiFunctions source files to CompatGdiDcFunctions --- DDrawCompat/CompatGdi.cpp | 2 +- ...mpatGdiFunctions.cpp => CompatGdiDcFunctions.cpp} | 2 +- .../{CompatGdiFunctions.h => CompatGdiDcFunctions.h} | 0 DDrawCompat/DDrawCompat.vcxproj | 4 ++-- DDrawCompat/DDrawCompat.vcxproj.filters | 12 ++++++------ 5 files changed, 10 insertions(+), 10 deletions(-) rename DDrawCompat/{CompatGdiFunctions.cpp => CompatGdiDcFunctions.cpp} (99%) rename DDrawCompat/{CompatGdiFunctions.h => CompatGdiDcFunctions.h} (100%) diff --git a/DDrawCompat/CompatGdi.cpp b/DDrawCompat/CompatGdi.cpp index 423e262..96d0fd4 100644 --- a/DDrawCompat/CompatGdi.cpp +++ b/DDrawCompat/CompatGdi.cpp @@ -3,7 +3,7 @@ #include "CompatGdi.h" #include "CompatGdiCaret.h" #include "CompatGdiDcCache.h" -#include "CompatGdiFunctions.h" +#include "CompatGdiDcFunctions.h" #include "CompatGdiWinProc.h" #include "CompatPrimarySurface.h" #include "DDrawProcs.h" diff --git a/DDrawCompat/CompatGdiFunctions.cpp b/DDrawCompat/CompatGdiDcFunctions.cpp similarity index 99% rename from DDrawCompat/CompatGdiFunctions.cpp rename to DDrawCompat/CompatGdiDcFunctions.cpp index 66fdfe1..dc24bac 100644 --- a/DDrawCompat/CompatGdiFunctions.cpp +++ b/DDrawCompat/CompatGdiDcFunctions.cpp @@ -1,6 +1,6 @@ #include "CompatGdi.h" #include "CompatGdiDc.h" -#include "CompatGdiFunctions.h" +#include "CompatGdiDcFunctions.h" #include "DDrawLog.h" #include "RealPrimarySurface.h" diff --git a/DDrawCompat/CompatGdiFunctions.h b/DDrawCompat/CompatGdiDcFunctions.h similarity index 100% rename from DDrawCompat/CompatGdiFunctions.h rename to DDrawCompat/CompatGdiDcFunctions.h diff --git a/DDrawCompat/DDrawCompat.vcxproj b/DDrawCompat/DDrawCompat.vcxproj index b49e21c..949d2b6 100644 --- a/DDrawCompat/DDrawCompat.vcxproj +++ b/DDrawCompat/DDrawCompat.vcxproj @@ -149,7 +149,7 @@ - + @@ -176,7 +176,7 @@ - + diff --git a/DDrawCompat/DDrawCompat.vcxproj.filters b/DDrawCompat/DDrawCompat.vcxproj.filters index 2d95a5c..682b2ec 100644 --- a/DDrawCompat/DDrawCompat.vcxproj.filters +++ b/DDrawCompat/DDrawCompat.vcxproj.filters @@ -66,9 +66,6 @@ Header Files - - Header Files - Header Files @@ -87,6 +84,9 @@ Header Files + + Header Files + @@ -125,9 +125,6 @@ Source Files - - Source Files - Source Files @@ -146,6 +143,9 @@ Source Files + + Source Files +