Commit f78ffb37 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

include: Forbid the use of CONST in Wine.

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