lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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