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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/w32api/include/bdatypes.h b/winsup/w32api/include/bdatypes.h
index 5456ff68b..d42dceb2e 100644
--- a/winsup/w32api/include/bdatypes.h
+++ b/winsup/w32api/include/bdatypes.h
@@ -17,9 +17,9 @@ typedef enum {
} MEDIA_SAMPLE_CONTENT;
/*--- DirectShow Reference - DirectShow Structures */
typedef struct {
- DWORD dwOffset
- DWORD dwPacketLength
- DWORD dwStride
+ DWORD dwOffset;
+ DWORD dwPacketLength;
+ DWORD dwStride;
} MPEG2_TRANSPORT_STRIDE;
typedef struct {
ULONG ulPID;