mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed include bug with rosapps module.
svn path=/trunk/; revision=764
This commit is contained in:
parent
d431c0fa6d
commit
44866ccf87
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#ifndef _INC_REACTOS_RESOURCE_H
|
||||
#define _INC_REACTOS_RESOURCE_H
|
||||
#include <reactos/version.h>
|
||||
#include <reactos/buildno.h>
|
||||
#include "version.h"
|
||||
#include "buildno.h"
|
||||
|
||||
/* Global File Version UINTs */
|
||||
|
||||
|
|
Loading…
Reference in a new issue