[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LuaFileSystem 1.0 final version
- From: Wim Couwenberg <wcou@...>
- Date: Fri, 21 Jan 2005 15:28:07 +0100
Nice!
A few remarks about win32:
- Conditional compilation should test for the _WIN32 symbol, WIN32 is
not defined by default
- The symbols _LK_NBLCK, _LK_NBLCK, _LK_UNLCK and _locking appear to be
Visual Studio specific. Dropping the underscore prefix from these
symbols should compile fine and mean the same? (Tested with Borland
CBuilder.)
Thanks,
Wim