OSDN Git Service

2010-12-27 Paul Sokolovsky <pfalcon@users.sf.net>
authorironhead <ironhead>
Mon, 27 Dec 2010 19:15:29 +0000 (19:15 +0000)
committerironhead <ironhead>
Mon, 27 Dec 2010 19:15:29 +0000 (19:15 +0000)
        * include/bdatypes.h: Add missing semicolons.

winsup/w32api/ChangeLog
winsup/w32api/include/bdatypes.h

index 7d1156f..b0b87cc 100644 (file)
@@ -1,3 +1,7 @@
+2010-12-27  Paul Sokolovsky  <pfalcon@users.sf.net>
+
+       * include/bdatypes.h: Add missing semicolons.
+
 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sf.net>
 
        * include/w32api.h: Increment version to 3.15.
index 5456ff6..d42dceb 100644 (file)
@@ -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;