Changeset 1787 for pjproject/trunk/pjlib/include/pj/compat/os_auto.h.in
- Timestamp:
- Feb 8, 2008 3:18:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/compat/os_auto.h.in
r1783 r1787 83 83 /* On these OSes, semaphore feature depends on semaphore.h */ 84 84 #if defined(PJ_HAS_SEMAPHORE_H) && PJ_HAS_SEMAPHORE_H!=0 85 # define PJ_HAS_SEMAPHORE 1 86 #elif defined(PJ_WIN32) && PJ_WIN32!=0 85 87 # define PJ_HAS_SEMAPHORE 1 86 88 #else
Note: See TracChangeset
for help on using the changeset viewer.