[REACTOS]

- wait patiently for rbuild going to Valhalla

svn path=/trunk/; revision=53717
This commit is contained in:
Jérôme Gardou 2011-09-15 21:26:32 +00:00
parent 757ab6e8d4
commit d8452f344b
6 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
#pragma once
#include <buildno.h>
#include <reactos/buildno.h>
#include "lang/af-ZA.h"
#include "lang/ar-AE.h"

View file

@ -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>

View file

@ -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)

View file

@ -22,8 +22,8 @@
*/
#include <precomp.h>
#include <buildno.h>
#include <version.h>
#include <reactos/buildno.h>
#include <reactos/version.h>
VOID ShortVersion (VOID)
{

View file

@ -19,7 +19,7 @@
#ifndef _M_ARM
#include <freeldr.h>
#include <debug.h>
#include <buildno.h>
#include <reactos/buildno.h>
DBG_DEFAULT_CHANNEL(UI);

View file

@ -20,7 +20,7 @@
*/
#include <precomp.h>
#include <version.h>
#include <reactos/version.h>
WINE_DEFAULT_DEBUG_CHANNEL(shell);