Commit 24ab04ae authored by Dimitrie O. Paun's avatar Dimitrie O. Paun Committed by Alexandre Julliard

Fixed compilation warning on Cygwin.

parent c2806fa1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment