Commit f6c3b07e authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

dmusicf.h: Move typedef below enum declarations.

parent b9fe0ecd
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment