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 +