comparison os2/dw.c @ 171:b8e93557b2c7

EMX does not have dirent.h.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 30 Nov 2002 16:25:06 +0000
parents ee6858b7d1c3
children 0fc45e386376
comparison
equal deleted inserted replaced
170:ee6858b7d1c3 171:b8e93557b2c7
20 #include <stdarg.h> 20 #include <stdarg.h>
21 #include <stddef.h> 21 #include <stddef.h>
22 #include <ctype.h> 22 #include <ctype.h>
23 #include <process.h> 23 #include <process.h>
24 #include <time.h> 24 #include <time.h>
25 #ifndef __EMX__
25 #include <direct.h> 26 #include <direct.h>
27 #endif
26 #include "dw.h" 28 #include "dw.h"
27 29
28 #define QWP_USER 0 30 #define QWP_USER 0
29 31
30 MRESULT EXPENTRY _run_event(HWND hWnd, ULONG msg, MPARAM mp1, MPARAM mp2); 32 MRESULT EXPENTRY _run_event(HWND hWnd, ULONG msg, MPARAM mp1, MPARAM mp2);