Author: jgardou Date: Thu Sep 15 21:46:59 2011 New Revision: 53718
URL: http://svn.reactos.org/svn/reactos?rev=53718&view=rev Log: [SHELL32] - it's right there, use quotes to include it
Modified: trunk/reactos/dll/win32/shell32/shell32_main.cpp
Modified: trunk/reactos/dll/win32/shell32/shell32_main.cpp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_m... ============================================================================== --- trunk/reactos/dll/win32/shell32/shell32_main.cpp [iso-8859-1] (original) +++ trunk/reactos/dll/win32/shell32/shell32_main.cpp [iso-8859-1] Thu Sep 15 21:46:59 2011 @@ -20,7 +20,7 @@ */
#include <precomp.h> -#include <reactos/version.h> +#include "version.h"
WINE_DEFAULT_DEBUG_CHANNEL(shell);