Ticket #166 (closed defect: wontfix)
fix for win32 in service_internal.h
Reported by: | jmckenna | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | zoo-kernel | Version: | |
Keywords: | Cc: | jmckenna@… |
Description
- unistd.h is not part of Visual Studio
- add a check for that in zoo-kernel/service_internal.h, around line#80, such as:
#if !defined(USE_RUBY) && !defined(WIN32) #include <unistd.h> #endif
Change History
Note: See
TracTickets for help on using
tickets.