diff options
author | Tim Champagne <tchamp@users.sourceforge.net> | 2003-05-06 14:02:24 +0000 |
---|---|---|
committer | Tim Champagne <tchamp@users.sourceforge.net> | 2003-05-06 14:02:24 +0000 |
commit | 883cc45e4791c8f796de86e31fe72e5a6deae709 (patch) | |
tree | 6a72b90346d9ce418d140588b78e9674ccc2f321 /win32/include/xinesuppt.h | |
parent | 476abbd3d2c89c3951d9144f2f483e9d9e551a75 (diff) | |
download | xine-lib-883cc45e4791c8f796de86e31fe72e5a6deae709.tar.gz xine-lib-883cc45e4791c8f796de86e31fe72e5a6deae709.tar.bz2 |
This is some general Win32 cleanup and getting ready for DVD support.
CVS patchset: 4779
CVS date: 2003/05/06 14:02:24
Diffstat (limited to 'win32/include/xinesuppt.h')
-rwxr-xr-x | win32/include/xinesuppt.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/win32/include/xinesuppt.h b/win32/include/xinesuppt.h new file mode 100755 index 000000000..bb61cdddb --- /dev/null +++ b/win32/include/xinesuppt.h @@ -0,0 +1,20 @@ + +#ifndef XINESUPPT_H +#define XINESUPPT_H + +#ifdef __cplusplus +extern "C" { +#endif + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + + +void setenv(const char *name, const char *val, int _xx); + +#ifdef __cplusplus +} +#endif + +#endif /* XINESUPPT_H */ |