Include debug.h last (ERR() macro problem on Solaris).

oldstable
Marcus Meissner 1999-04-22 09:09:18 +00:00 committed by Alexandre Julliard
parent ab6f8616a5
commit 12323e4fca
1 changed files with 1 additions and 1 deletions

View File

@ -12,10 +12,10 @@
#include "peexe.h"
#include "neexe.h"
#include "heap.h"
#include "debug.h"
#include "main.h"
#include "snoop.h"
#include "winerror.h"
#include "debug.h"
DECLARE_DEBUG_CHANNEL(relay)
DECLARE_DEBUG_CHANNEL(win32)