Changeset 35109 for lang/c/picoev/trunk/picoev_select.c
- Timestamp:
- 08/28/09 22:48:55 (4 years ago)
- Files:
-
- 1 modified
-
lang/c/picoev/trunk/picoev_select.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/c/picoev/trunk/picoev_select.c
r35083 r35109 84 84 #else 85 85 # define PICOEV_FD_SET(x, y) FD_SET(x, y) 86 # define PICOEV_FD_ISSET(x ) FD_ISSET(x, y)86 # define PICOEV_FD_ISSET(x, y) FD_ISSET(x, y) 87 87 #endif 88 88
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)