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:
authorDanny Smith <dannysmith@users.sourceforge.net>2006-06-03 14:08:07 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2006-06-03 14:08:07 +0400
commit9cb94923eca295edc9598f54ce7c3dc576e073e6 (patch)
tree33d84b07115c806cf5b8c97a1302c68502ef2f29 /winsup/w32api
parent5f0b1578746b0b43ca678c79adefd0f7b5824dbd (diff)
* include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/strmif.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 79181dbec..12ef4dbed 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,9 @@
2006-06-02 Danny Smith <dannysmith@users.sourceforge.net>
+ * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
+
+2006-06-02 Danny Smith <dannysmith@users.sourceforge.net>
+
* include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove. Duplicates of
wingdi.h defines.
diff --git a/winsup/w32api/include/strmif.h b/winsup/w32api/include/strmif.h
index da1460e69..1638d1dcb 100644
--- a/winsup/w32api/include/strmif.h
+++ b/winsup/w32api/include/strmif.h
@@ -129,7 +129,7 @@ typedef enum tagAMTunerModeType {
AMTUNER_MODE_DSS = 0x0008
} AMTunerModeType;
typedef enum tagAnalogVideoStandard {
- AnalogVideo_None = 0x00000000
+ AnalogVideo_None = 0x00000000,
AnalogVideo_NTSC_M = 0x00000001,
AnalogVideo_NTSC_M_J = 0x00000002,
AnalogVideo_NTSC_433 = 0x00000004,