Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/bdatypes.h')
-rw-r--r--winsup/w32api/include/bdatypes.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/winsup/w32api/include/bdatypes.h b/winsup/w32api/include/bdatypes.h
deleted file mode 100644
index 5456ff68b..000000000
--- a/winsup/w32api/include/bdatypes.h
+++ /dev/null
@@ -1,32 +0,0 @@
-#ifndef _BDATYPES_H
-#define _BDATYPES_H
-#if __GNUC__ >= 3
-#pragma GCC system_header
-#endif
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/*--- DirectShow Reference - DirectShow Enumerated Types */
-typedef enum {
- MEDIA_TRANSPORT_PACKET,
- MEDIA_ELEMENTARY_STREAM,
- MEDIA_MPEG2_PSI,
- MEDIA_TRANSPORT_PAYLOAD
-} MEDIA_SAMPLE_CONTENT;
-/*--- DirectShow Reference - DirectShow Structures */
-typedef struct {
- DWORD dwOffset
- DWORD dwPacketLength
- DWORD dwStride
-} MPEG2_TRANSPORT_STRIDE;
-typedef struct {
- ULONG ulPID;
- MEDIA_SAMPLE_CONTENT MediaSampleContent ;
-} PID_MAP;
-
-#ifdef __cplusplus
-}
-#endif
-#endif