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.2 by root, Sat Mar 30 02:44:22 2013 UTC vs.
Revision 1.3 by root, Tue Apr 2 03:53:50 2013 UTC

1/* GetProcessId is XP and up */
2#define _WIN32_WINNT NTDDI_WINXP
3
1#include "EXTERN.h" 4#include "EXTERN.h"
2#include "perl.h" 5#include "perl.h"
3#include "XSUB.h" 6#include "XSUB.h"
4 7
5#include <stdio.h> 8#include <stdio.h>
6 9
7#ifdef WIN32 10#ifdef WIN32
8 11
12 /* perl probably did this already */
9 #include <windows.h> 13 #include <windows.h>
10 14
11#else 15#else
12 16
13 #include <errno.h> 17 #include <errno.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines