Commit aaabb852 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Include stuff even if not on __i386__ for debug defines.

parent ae3921d6
......@@ -4,8 +4,6 @@
* Copyright 1998 Marcus Meissner
*/
#ifdef __i386__
#include <assert.h>
#include "windows.h"
#include "winbase.h"
......@@ -18,6 +16,8 @@
#include "debugstr.h"
#include "debug.h"
#ifdef __i386__
#pragma pack(1)
void WINAPI SNOOP16_Entry(CONTEXT *context);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment