[vlc-commits] commit: vlc_windows_interfaces.h: always define STDCALL ( Rafaël Carré )

git at videolan.org git at videolan.org
Sat Oct 9 00:27:20 CEST 2010


vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Sat Oct  9 00:25:55 2010 +0200| [c2d925e597c9e4e8d045be155017d501d7e5f068] | committer: Rafaël Carré 

vlc_windows_interfaces.h: always define STDCALL

It is not defined on windows 64

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c2d925e597c9e4e8d045be155017d501d7e5f068
---

 include/vlc_windows_interfaces.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/vlc_windows_interfaces.h b/include/vlc_windows_interfaces.h
index 7e7e791..e2de028 100644
--- a/include/vlc_windows_interfaces.h
+++ b/include/vlc_windows_interfaces.h
@@ -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



More information about the vlc-commits mailing list