- Timestamp:
- 04/12/08 13:24:25 (8 months ago)
- Files:
-
- 1.8.3/branches/devel/win32/confmagic.h (modified) (1 diff)
- 1.8.3/branches/devel/win32/msvc.net (deleted)
- 1.8.3/branches/devel/win32/vs2005 (added)
- 1.8.3/branches/devel/win32/vs2005/pennmush.sln (added)
- 1.8.3/branches/devel/win32/vs2005/pennmush.vcproj (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/branches/devel/win32/confmagic.h
r1163 r1233 57 57 #endif 58 58 59 #if defined(HAVE_POLLTS) && !defined(HAVE_PPOLL) 60 /* Linux's ppoll() is identical to NetBSD's pollts() in all but name. */ 61 #define ppoll pollts 62 #define HAVE_PPOLL 59 63 #endif 64 65 #endif
