ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-FDPass/FDPass.xs
(Generate patch)

Comparing IO-FDPass/FDPass.xs (file contents):
Revision 1.2 by root, Fri Apr 5 04:26:41 2013 UTC vs.
Revision 1.3 by root, Fri Apr 5 04:32:50 2013 UTC

1/* GetCurrentProcessId is XP and up, which means in all supported versions */
2/* but older SDK's might need this */
3#define _WIN32_WINNT NTDDI_WINXP
4
5#ifdef __sun 1#ifdef __sun
6 #define _XOPEN_SOURCE 1 2 #define _XOPEN_SOURCE 1
7 #define _XOPEN_SOURCE_EXTENDED 1 3 #define _XOPEN_SOURCE_EXTENDED 1
8 #define __EXTENSIONS__ 1 4 #define __EXTENSIONS__ 1
9#endif 5#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines