mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[ROSSYM_NEW]
- including debug.h once is enough This time for real, sorry. svn path=/trunk/; revision=53242
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include "dwarf.h"
|
||||
#include "pe.h"
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <debug.h>
|
||||
|
||||
BOOLEAN
|
||||
RosSymCreateFromRaw(PVOID RawData, ULONG_PTR DataSize, PROSSYM_INFO *RosSymInfo)
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <debug.h>
|
||||
|
||||
ULONG
|
||||
RosSymGetRawDataLength(PROSSYM_INFO RosSymInfo)
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <debug.h>
|
||||
|
||||
#define TAG_ROSSYM 'MYSR'
|
||||
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <debug.h>
|
||||
|
||||
NTSTATUS RosSymStatus;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user