summaryrefslogtreecommitdiff
path: root/src/pal
diff options
context:
space:
mode:
authorJonghyun Park <parjong@gmail.com>2017-05-16 14:30:36 +0900
committerJonghyun Park <parjong@gmail.com>2017-05-22 15:20:40 +0900
commitd25366cbf3831a058e32491b472df629c72d2d8b (patch)
tree42dc0865ee612a6df08b94bde3e7a867b0e96ab8 /src/pal
parent9a6125d007152407087998f63cef236280c75639 (diff)
downloadcoreclr-d25366cbf3831a058e32491b472df629c72d2d8b.tar.gz
coreclr-d25366cbf3831a058e32491b472df629c72d2d8b.tar.bz2
coreclr-d25366cbf3831a058e32491b472df629c72d2d8b.zip
[x86/Linux] Use CDECL (instead of STDCALL) as STDMETHODCALLTYPE
Diffstat (limited to 'src/pal')
-rw-r--r--src/pal/inc/rt/palrt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pal/inc/rt/palrt.h b/src/pal/inc/rt/palrt.h
index d1c2209d30..4c23280c16 100644
--- a/src/pal/inc/rt/palrt.h
+++ b/src/pal/inc/rt/palrt.h
@@ -249,7 +249,7 @@ inline void *__cdecl operator new(size_t, void *_P)
#define interface struct
-#define STDMETHODCALLTYPE __stdcall
+#define STDMETHODCALLTYPE __cdecl
#define STDMETHODVCALLTYPE __cdecl
#define STDAPICALLTYPE __cdecl