comparison os2/dirent.c @ 527:e0ea29c3d1eb

Fixed dw_window_pointer() so it works on Windows. Tried to fix the timer problems on Windows, but only managed to reduce the problem and eliminate obsolete timer code. Fixed a calling convention problem caused by incorrect placement of the definition of API in the compat.h header. Make dw_beep() not block on OS/2 and Windows.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 23 Mar 2004 11:00:04 +0000
parents 2ff26b697877
children d78f476c40f5
comparison
equal deleted inserted replaced
526:d3ce0afa6cf5 527:e0ea29c3d1eb
3 #include <string.h> 3 #include <string.h>
4 #include <ctype.h> 4 #include <ctype.h>
5 5
6 #define INCL_DOSFILEMGR 6 #define INCL_DOSFILEMGR
7 #define INCL_DOSERRORS 7 #define INCL_DOSERRORS
8 #include "dw.h" 8 #include "compat"
9 #include "platform/dirent.h"
10 #include <errno.h> 9 #include <errno.h>
11 10
12 # define FFBUF FILEFINDBUF3 11 # define FFBUF FILEFINDBUF3
13 # define Word ULONG 12 # define Word ULONG
14 /* 13 /*