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

Comparing Proc-FastSpawn/FastSpawn.xs (file contents):
Revision 1.3 by root, Tue Apr 2 03:53:50 2013 UTC vs.
Revision 1.4 by root, Tue Apr 2 04:27:01 2013 UTC

1/* GetProcessId is XP and up */ 1/* GetProcessId is XP and up, which means in all supported versions */
2/* but older SDK's might need this */
2#define _WIN32_WINNT NTDDI_WINXP 3#define _WIN32_WINNT NTDDI_WINXP
3 4
4#include "EXTERN.h" 5#include "EXTERN.h"
5#include "perl.h" 6#include "perl.h"
6#include "XSUB.h" 7#include "XSUB.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines