swr/rast: make SWR_VISIBLE attribute work for windows
Needed to expose SwrGetInterface Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:

committed by
Tim Rowley

parent
9d681a7a18
commit
27c5568de3
@@ -30,7 +30,7 @@
|
|||||||
#if (defined(FORCE_WINDOWS) || defined(_WIN32)) && !defined(FORCE_LINUX)
|
#if (defined(FORCE_WINDOWS) || defined(_WIN32)) && !defined(FORCE_LINUX)
|
||||||
|
|
||||||
#define SWR_API __cdecl
|
#define SWR_API __cdecl
|
||||||
#define SWR_VISIBLE
|
#define SWR_VISIBLE __declspec(dllexport)
|
||||||
|
|
||||||
#ifndef NOMINMAX
|
#ifndef NOMINMAX
|
||||||
#define NOMINMAX
|
#define NOMINMAX
|
||||||
|
Reference in New Issue
Block a user