mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
fix include path for version.h
svn path=/trunk/; revision=5346
This commit is contained in:
parent
c76d495bff
commit
23845e1644
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue