mirror of
https://github.com/reactos/wine.git
synced 2025-04-03 00:21:39 +00:00
include: Fix an enum definition that was actually defining a variable.
This commit is contained in:
parent
efaa23e19a
commit
0e65bbad1e
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user