By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 437
Collapse All | Expand All

(-)hk_classes-0.8.3/hk_dbaseclasses/xbase.ORI/xbase64.cpp (-1 / +1 lines)
Lines 55-61 Link Here
55
#endif
55
#endif
56
56
57
#ifdef HAVE_IO_H          // windows locking
57
#ifdef HAVE_IO_H          // windows locking
58
#include <io.h>
58
#include <sys/io.h>
59
#endif
59
#endif
60
60
61
#ifdef HAVE_DOS_H         // windows _sleep
61
#ifdef HAVE_DOS_H         // windows _sleep
(-)hk_classes-0.8.3/hk_dbaseclasses/xbase.ORI/xbdbf.cpp (-1 / +1 lines)
Lines 47-53 Link Here
47
#include "xbase64.h"
47
#include "xbase64.h"
48
48
49
#ifdef HAVE_IO_H
49
#ifdef HAVE_IO_H
50
#include <io.h>
50
#include <sys/io.h>
51
#endif
51
#endif
52
#include <errno.h>
52
#include <errno.h>
53
53
(-)hk_classes-0.8.3/hk_dbaseclasses/xbase.ORI/xblock.cpp (-1 / +1 lines)
Lines 50-56 Link Here
50
#include "xbase64.h"
50
#include "xbase64.h"
51
#include <cerrno>
51
#include <cerrno>
52
#ifdef HAVE_IO_H     // windows locking
52
#ifdef HAVE_IO_H     // windows locking
53
#include <io.h>
53
#include <sys/io.h>
54
#endif
54
#endif
55
55
56
#ifdef HAVE_DOS_H    // _sleep
56
#ifdef HAVE_DOS_H    // _sleep
(-)hk_classes-0.8.3/hk_dbaseclasses/xbase.ORI/xbmemo.cpp (-1 / +1 lines)
Lines 47-53 Link Here
47
//#include <xbase64/xbexcept.h>
47
//#include <xbase64/xbexcept.h>
48
48
49
#ifdef HAVE_IO_H
49
#ifdef HAVE_IO_H
50
#include <io.h>
50
#include <sys/io.h>
51
#endif
51
#endif
52
52
53
53
(-)hk_classes-0.8.3/hk_dbaseclasses/xbase.ORI/xbndx.cpp (-1 / +1 lines)
Lines 47-53 Link Here
47
#ifdef XB_INDEX_NDX
47
#ifdef XB_INDEX_NDX
48
48
49
#ifdef HAVE_IO_H
49
#ifdef HAVE_IO_H
50
#include <io.h>
50
#include <sys/io.h>
51
#endif
51
#endif
52
52
53
#include <stdio.h>
53
#include <stdio.h>
(-)hk_classes-0.8.3/hk_dbaseclasses/xbase.ORI/xbntx.cpp (-1 / +1 lines)
Lines 50-56 Link Here
50
#ifdef XB_INDEX_NTX
50
#ifdef XB_INDEX_NTX
51
51
52
#ifdef HAVE_IO_H
52
#ifdef HAVE_IO_H
53
#include <io.h>
53
#include <sys/io.h>
54
#endif
54
#endif
55
55
56
#include <stdio.h>
56
#include <stdio.h>

Return to bug 437