baudehlo / node-fs-ext

Extras missing from node's fs module
MIT License
101 stars 45 forks source link

win32: Replace LOCK_* constants with macros #31

Closed bajtos closed 10 years ago

bajtos commented 10 years ago

Change LOCK_* from constants to preprocessor macros, because that's what the code exporting them to javascript expects.

This is a partial fix for #30.

/to @baudehlo /cc @winnetou1357

winnetou1357 commented 10 years ago

@bajtos Thanks.