fix include path for version.h

svn path=/trunk/; revision=5346
This commit is contained in:
Martin Fuchs 2003-07-31 22:00:18 +00:00
parent c76d495bff
commit 23845e1644

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: welcome.c,v 1.1 2003/07/24 19:37:20 chorns Exp $
/* $Id: welcome.c,v 1.2 2003/07/31 22:00:18 mf Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS welcome/autorun application
@ -24,7 +24,7 @@
* PROGRAMMERS: Eric Kohl (ekohl@rz-online.de)
* Casper S. Hornstrup (chorns@users.sourceforge.net)
*/
#include "../../reactos/include/reactos/version.h"
#include "../../../include/reactos/version.h"
#include <windows.h>
#include <string.h>
#include <stdio.h>