Jacek Caban : dmusicf.h: Move typedef below enum declarations.

Alexandre Julliard julliard at winehq.org
Mon May 18 15:00:14 CDT 2020


Module: wine
Branch: master
Commit: f6c3b07e9f5acf01c76520462f1ffdde5e711522
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f6c3b07e9f5acf01c76520462f1ffdde5e711522

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon May 18 14:46:50 2020 +0200

dmusicf.h: Move typedef below enum declarations.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/dmusicf.h | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/include/dmusicf.h b/include/dmusicf.h
index bf488e563e..ebf5e551e6 100644
--- a/include/dmusicf.h
+++ b/include/dmusicf.h
@@ -320,11 +320,6 @@ extern "C" {
 /*****************************************************************************
  * Enumerations
  */
-/* typedef definitions */
-typedef enum enumDMUS_VARIATIONT_TYPES DMUS_VARIATIONT_TYPES;
-typedef enum enumDMUS_EMBELLISHT_TYPES DMUS_EMBELLISHT_TYPES;
-typedef enum enumDMUS_PATTERNT_TYPES   DMUS_PATTERNT_TYPES;
-
 /* actual enumerations */
 enum enumDMUS_VARIATIONT_TYPES {
 	DMUS_VARIATIONT_SEQUENTIAL   = 0x0,
@@ -353,6 +348,10 @@ enum enumDMUS_PATTERNT_TYPES {
 	DMUS_PATTERNT_RANDOM_ROW   = 0x5
 };
 
+typedef enum enumDMUS_VARIATIONT_TYPES DMUS_VARIATIONT_TYPES;
+typedef enum enumDMUS_EMBELLISHT_TYPES DMUS_EMBELLISHT_TYPES;
+typedef enum enumDMUS_PATTERNT_TYPES   DMUS_PATTERNT_TYPES;
+
 
 /*****************************************************************************
  * Structures




More information about the wine-cvs mailing list