repositories
/
deb_shairplay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
566c9bf
)
Add the STDCALL definition just to be sure
author
Juho Vähä-Herttua
<juhovh@iki.fi>
Sun, 13 May 2012 10:03:27 +0000
(13:03 +0300)
committer
Juho Vähä-Herttua
<juhovh@iki.fi>
Wed, 16 May 2012 21:57:07 +0000
(
00:57
+0300)
src/lib/crypto/os_port.h
patch
|
blob
|
blame
|
history
diff --git
a/src/lib/crypto/os_port.h
b/src/lib/crypto/os_port.h
index 9a4813650eb8c15420d35d3806360529a4de6e96..97df211567c46144575bb21f46bc4ef1b3a2933c 100644
(file)
--- a/
src/lib/crypto/os_port.h
+++ b/
src/lib/crypto/os_port.h
@@
-44,6
+44,7
@@
extern "C" {
#include <stdio.h>
#if defined(WIN32)
+#define STDCALL /* Would be __stdcall but we don't want it */
#define EXP_FUNC __declspec(dllexport)
#else
#define STDCALL