mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[CMLIB]: Attempt fix for Linux hosts.
svn path=/trunk/; revision=70490
This commit is contained in:
parent
9a4cbe2cbe
commit
de4c83cfb9
1 changed files with 2 additions and 1 deletions
|
@ -101,6 +101,7 @@
|
|||
#define CMLTRACE(x, ...)
|
||||
#undef PAGED_CODE
|
||||
#define PAGED_CODE()
|
||||
#define REGISTRY_ERROR ((ULONG)0x00000051L)
|
||||
#else
|
||||
//
|
||||
// Debug/Tracing support
|
||||
|
@ -118,6 +119,7 @@
|
|||
|
||||
#include <ntdef.h>
|
||||
#include <ntddk.h>
|
||||
#include <bugcodes.h>
|
||||
#undef PAGED_CODE
|
||||
#define PAGED_CODE()
|
||||
|
||||
|
@ -160,7 +162,6 @@
|
|||
#include <wchar.h>
|
||||
#include "hivedata.h"
|
||||
#include "cmdata.h"
|
||||
#include "bugcodes.h"
|
||||
|
||||
#if defined(_TYPEDEFS_HOST_H) || defined(__FREELDR_H)
|
||||
|
||||
|
|
Loading…
Reference in a new issue