See changelog 2002-01-04 19:40 UTC-0300

This commit is contained in:
Luiz Rafael Culik
2003-01-04 21:36:06 +00:00
parent 87a50c4ccc
commit f61489e1a2
5 changed files with 238 additions and 43 deletions

View File

@@ -61,9 +61,11 @@ extern "C" {
#endif
#define FS_ERROR F_ERROR
typedef int FHANDLE;
#if defined(X__WIN32__)
typedef long FHANDLE;
#else
typedef int FHANDLE;
#endif
/* File locking flags */
#define FL_LOCK 0x0000 /* Lock a region */
#define FL_UNLOCK 0x0001 /* Unlock a region */