dosexe.h depends on winbase.h (for LPSTARTUPINFO32A)

This commit is contained in:
Marcus Meissner 1999-02-18 15:29:23 +00:00 committed by Alexandre Julliard
parent b0c61294ba
commit 5dacb3a6a0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#define __WINE_DOSEXE_H
#include <sys/types.h> /* pid_t */
#include "wintypes.h"
#include "winbase.h"
#include "sig_context.h"
typedef struct _DOSTASK {