make _stdcall __stdcall
authorLove Hörnquist Åstrand <lha@kth.se>
Thu, 21 May 2009 17:42:10 +0000 (17:42 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Thu, 21 May 2009 17:42:10 +0000 (17:42 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25213 ec53bebd-3082-4978-b11e-865c3cabbd6b

cf/make-proto.pl

index f62fb4cd0db43364e02fbcce5cf677ce5a6ef507..04733e12811d40531ee6040bc48fb27a55f790d2 100644 (file)
@@ -311,7 +311,7 @@ extern \"C\" {
 if ($opt_E) {
     $public_h_header .= "#ifndef $opt_E
 #if defined(_WIN32)
-#define ${opt_E}_FUNCTION _stdcall __declspec(dllimport)
+#define ${opt_E}_FUNCTION __stdcall __declspec(dllimport)
 #define ${opt_E}_VARIABLE __declspec(dllimport)
 #else
 #define ${opt_E}_FUNCTION
@@ -323,7 +323,7 @@ if ($opt_E) {
     
     $private_h_header .= "#ifndef $opt_E
 #if defined(_WIN32)
-#define ${opt_E}_FUNCTION _stdcall __declspec(dllimport)
+#define ${opt_E}_FUNCTION __stdcall __declspec(dllimport)
 #define ${opt_E}_VARIABLE __declspec(dllimport)
 #else
 #define ${opt_E}_FUNCTION