Ignore:
Timestamp:
2008-12-04T14:08:23+13:00 (15 years ago)
Author:
mdewsnip
Message:

Added "need_filelock" stuff from old Windows GDBM port -- not sure if it is still necessary, but I'm not taking the chance.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/common-src/packages/gdbm/gdbm-1.8.3/windows/gdbm.h

    r18058 r18074  
    8383/* These are the routines! */
    8484
     85#ifdef MSDOS
     86extern GDBM_FILE gdbm_open __P((char *, int, int, int, void (*)(), int));
     87#else
    8588extern GDBM_FILE gdbm_open __P((char *, int, int, int, void (*)()));
     89#endif
    8690extern void gdbm_close __P((GDBM_FILE));
    8791extern int gdbm_store __P((GDBM_FILE, datum, datum, int));
Note: See TracChangeset for help on using the changeset viewer.