diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-22 16:53:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-22 16:53:48 +0100 |
| commit | d089510518def36abda34ed4e9516ed5b2395093 (patch) | |
| tree | 73412afa5ee9bb9530cda35ce62d2b7a0d949b86 /src/lib/cross.h | |
| parent | 4fa5a09af9c82703ef46557082ca22a9e2aff570 (diff) | |
Define WEXITSTATUS for Windows.
Diffstat (limited to 'src/lib/cross.h')
| -rw-r--r-- | src/lib/cross.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h new file mode 100644 index 000000000..b83492698 --- /dev/null +++ b/src/lib/cross.h @@ -0,0 +1,3 @@ +#ifdef DVDOMATIC_WINDOWS +#define WEXITSTATUS(w) (w) +#endif |
