PennMUSH Community

Changeset 1233 for 1.8.3

Show
Ignore:
Timestamp:
04/12/08 13:24:25 (8 months ago)
Author:
ehearn
Message:

Updated vs2005 solution/project.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/branches/devel/win32/confmagic.h

    r1163 r1233  
    5757#endif 
    5858 
     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 
    5963#endif 
     64 
     65#endif