include: Forbid the use of CONST in Wine.
This commit is contained in:
parent
23b86eb44e
commit
f78ffb374d
|
@ -167,7 +167,7 @@ extern "C" {
|
|||
#define _CDECL __cdecl
|
||||
#define WINAPIV __cdecl
|
||||
#define APIENTRY WINAPI
|
||||
#define CONST const
|
||||
#define CONST __ONLY_IN_WINELIB(const)
|
||||
|
||||
/* Misc. constants. */
|
||||
|
||||
|
|
Loading…
Reference in New Issue