mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[REACTOS]
- wait patiently for rbuild going to Valhalla svn path=/trunk/; revision=53717
This commit is contained in:
parent
757ab6e8d4
commit
d8452f344b
6 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <buildno.h>
|
||||
#include <reactos/buildno.h>
|
||||
|
||||
#include "lang/af-ZA.h"
|
||||
#include "lang/ar-AE.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
* utility but change the resources!
|
||||
*/
|
||||
|
||||
#include "../../../include/reactos/version.h"
|
||||
#include <reactos/version.h>
|
||||
#include <windows.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -142,8 +142,8 @@
|
|||
*/
|
||||
|
||||
#include <precomp.h>
|
||||
#include <buildno.h>
|
||||
#include <version.h>
|
||||
#include <reactos/buildno.h>
|
||||
#include <reactos/version.h>
|
||||
|
||||
#ifndef NT_SUCCESS
|
||||
#define NT_SUCCESS(StatCode) ((NTSTATUS)(StatCode) >= 0)
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
*/
|
||||
|
||||
#include <precomp.h>
|
||||
#include <buildno.h>
|
||||
#include <version.h>
|
||||
#include <reactos/buildno.h>
|
||||
#include <reactos/version.h>
|
||||
|
||||
VOID ShortVersion (VOID)
|
||||
{
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#ifndef _M_ARM
|
||||
#include <freeldr.h>
|
||||
#include <debug.h>
|
||||
#include <buildno.h>
|
||||
#include <reactos/buildno.h>
|
||||
|
||||
DBG_DEFAULT_CHANNEL(UI);
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
|
||||
#include <precomp.h>
|
||||
#include <version.h>
|
||||
#include <reactos/version.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(shell);
|
||||
|
||||
|
|
Loading…
Reference in a new issue