Michael Stefaniuc : include: Forbid the use of CONST in Wine.
27 Sep
2013
27 Sep
'13
4:33 p.m.
Module: wine Branch: master Commit: f78ffb374d53a92c86772cc3a238db738ac4328b URL: http://source.winehq.org/git/wine.git/?a=commit;h=f78ffb374d53a92c86772cc3a2... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Fri Sep 27 09:59:20 2013 +0200 include: Forbid the use of CONST in Wine. --- include/windef.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/windef.h b/include/windef.h index 17c0fba..9322c41 100644 --- a/include/windef.h +++ b/include/windef.h @@ -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. */
4460
Age (days ago)
4460
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard