Fixed compilation warning on Cygwin.
This commit is contained in:
parent
c2806fa15e
commit
24ab04ae77
@ -142,8 +142,12 @@ extern "C" {
|
|||||||
#define WINAPIV __cdecl
|
#define WINAPIV __cdecl
|
||||||
#define APIENTRY WINAPI
|
#define APIENTRY WINAPI
|
||||||
|
|
||||||
|
#ifndef _declspec
|
||||||
#define _declspec(x)
|
#define _declspec(x)
|
||||||
|
#endif
|
||||||
|
#ifndef __declspec
|
||||||
#define __declspec(x)
|
#define __declspec(x)
|
||||||
|
#endif
|
||||||
|
|
||||||
#define CONST const
|
#define CONST const
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user