Moved process.h higher up the include list, to avoid a problem with

"ERR" being redefined in sys/regset.h.
This commit is contained in:
Geoff Clare 1999-01-24 19:04:04 +00:00 committed by Alexandre Julliard
parent a551238249
commit bf310b8bbf
1 changed files with 1 additions and 1 deletions

View File

@ -12,10 +12,10 @@
#include "windows.h"
#include "win.h"
#include "winerror.h"
#include "process.h"
#include "tlhelp32.h"
#include "toolhelp.h"
#include "heap.h"
#include "process.h"
#include "k32obj.h"
#include "debug.h"