diff --git a/VisualC-WinPhone/SDL/SDL_VS2012-WinPhone.vcxproj b/VisualC-WinPhone/SDL/SDL_VS2012-WinPhone.vcxproj
index 92d85333d..59bb72d13 100644
--- a/VisualC-WinPhone/SDL/SDL_VS2012-WinPhone.vcxproj
+++ b/VisualC-WinPhone/SDL/SDL_VS2012-WinPhone.vcxproj
@@ -150,7 +150,7 @@
-
+
diff --git a/VisualC-WinPhone/SDL/SDL_VS2012-WinPhone.vcxproj.filters b/VisualC-WinPhone/SDL/SDL_VS2012-WinPhone.vcxproj.filters
index d02173762..2b5524e9c 100644
--- a/VisualC-WinPhone/SDL/SDL_VS2012-WinPhone.vcxproj.filters
+++ b/VisualC-WinPhone/SDL/SDL_VS2012-WinPhone.vcxproj.filters
@@ -42,9 +42,6 @@
Header Files
-
- Header Files
-
Header Files
@@ -339,6 +336,9 @@
Source Files
+
+ Header Files
+
diff --git a/VisualC-WinRT/SDL/SDL_VS2012-WinRT.vcxproj b/VisualC-WinRT/SDL/SDL_VS2012-WinRT.vcxproj
index 73639f543..2fe031891 100644
--- a/VisualC-WinRT/SDL/SDL_VS2012-WinRT.vcxproj
+++ b/VisualC-WinRT/SDL/SDL_VS2012-WinRT.vcxproj
@@ -204,7 +204,7 @@
-
+
diff --git a/VisualC-WinRT/SDL/SDL_VS2012-WinRT.vcxproj.filters b/VisualC-WinRT/SDL/SDL_VS2012-WinRT.vcxproj.filters
index 6a9166aa5..4c22c3f81 100644
--- a/VisualC-WinRT/SDL/SDL_VS2012-WinRT.vcxproj.filters
+++ b/VisualC-WinRT/SDL/SDL_VS2012-WinRT.vcxproj.filters
@@ -410,9 +410,6 @@
Header Files
-
- Header Files
-
Header Files
@@ -608,6 +605,9 @@
Source Files
+
+ Header Files
+
diff --git a/include/SDL_config.h b/include/SDL_config.h
index 9022af81e..ae69e37bd 100644
--- a/include/SDL_config.h
+++ b/include/SDL_config.h
@@ -32,7 +32,7 @@
#if defined(__WIN32__)
#include "SDL_config_windows.h"
#elif defined(__WINRT__)
-#include "SDL_config_windowsrt.h"
+#include "SDL_config_winrt.h"
#elif defined(__MACOSX__)
#include "SDL_config_macosx.h"
#elif defined(__IPHONEOS__)
diff --git a/include/SDL_config_windowsrt.h b/include/SDL_config_winrt.h
similarity index 100%
rename from include/SDL_config_windowsrt.h
rename to include/SDL_config_winrt.h
diff --git a/include/SDL_main.h b/include/SDL_main.h
index 946ead990..876ee341a 100644
--- a/include/SDL_main.h
+++ b/include/SDL_main.h
@@ -44,7 +44,7 @@
creating an instance of IFrameworkView in the process.
Please note that #include'ing SDL_main.h is not enough to get a main()
- function working. The file, src/main/windowsrt/SDL_WinRT_main.cpp, or a copy
+ function working. The file, src/main/winrt/SDL_WinRT_main.cpp, or a copy
of it, must be compiled into the app itself.
*/
#define SDL_MAIN_NEEDED