include: Forbid the use of CONST in Wine.

oldstable
Michael Stefaniuc 2013-09-27 09:59:20 +02:00 committed by Alexandre Julliard
parent 23b86eb44e
commit f78ffb374d
1 changed files with 1 additions and 1 deletions

View File

@ -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. */