Commit 0e65bbad authored by Alexandre Julliard's avatar Alexandre Julliard

include: Fix an enum definition that was actually defining a variable.

parent efaa23e1
......@@ -528,7 +528,7 @@ enum CV_HREG_e
CV_AMD64_R13 = 341,
CV_AMD64_R14 = 342,
CV_AMD64_R15 = 343,
} CV_HREG_e;
};
typedef enum
{
......
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