Commit c2d925e5 authored by Rafaël Carré's avatar Rafaël Carré

vlc_windows_interfaces.h: always define STDCALL

It is not defined on windows 64
parent 13948ee7
......@@ -26,6 +26,10 @@
#include <commctrl.h>
#ifndef STDCALL
#define STDCALL
#endif
#define CLSCTX_INPROC_SERVER 1
typedef GUID IID;
#define REFIID const IID* 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