Re: [waffle] [PATCH 16/18] wgl: restrict exported symbols via module-definition file

2014-08-04 Thread Chad Versace
On 07/22/2014 08:31 PM, Emil Velikov wrote: > msvc complains if the function declaration does not match its > definition (__declspec(dllexport)) thus to avoid messing up > with the public header, simply use a .def file. > > Signed-off-by: Emil Velikov Acked-by: Chad Versace ___

[waffle] [PATCH 16/18] wgl: restrict exported symbols via module-definition file

2014-07-22 Thread Emil Velikov
msvc complains if the function declaration does not match its definition (__declspec(dllexport)) thus to avoid messing up with the public header, simply use a .def file. Signed-off-by: Emil Velikov --- src/waffle/CMakeLists.txt | 12 src/waffle/api/api_priv.h | 3 ++- src/waffle/wa