Author: gadamopoulos Date: Thu Oct 10 09:44:57 2013 New Revision: 60598
URL: http://svn.reactos.org/svn/reactos?rev=60598&view=rev Log: - fix build for linux
Modified: trunk/rostests/apitests/shell32/shelltest.h
Modified: trunk/rostests/apitests/shell32/shelltest.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/shell32/shelltest... ============================================================================== --- trunk/rostests/apitests/shell32/shelltest.h [iso-8859-1] (original) +++ trunk/rostests/apitests/shell32/shelltest.h [iso-8859-1] Thu Oct 10 09:44:57 2013 @@ -9,7 +9,7 @@ #include <winuser.h> #include <winreg.h>
-#include <CommCtrl.h> +#include <commctrl.h> #include <shellapi.h> #include <shlobj.h> #include <shlwapi.h>