1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

Fixed compilation warning on Cygwin.

This commit is contained in:
Dimitrie O. Paun 2000-11-25 01:21:22 +00:00 committed by Alexandre Julliard
parent c2806fa15e
commit 24ab04ae77

View File

@ -142,8 +142,12 @@ extern "C" {
#define WINAPIV __cdecl
#define APIENTRY WINAPI
#ifndef _declspec
#define _declspec(x)
#endif
#ifndef __declspec
#define __declspec(x)
#endif
#define CONST const