Define both export variables.
authorLove Hörnquist Åstrand <lha@kth.se>
Thu, 17 Apr 2008 10:01:46 +0000 (10:01 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Thu, 17 Apr 2008 10:01:46 +0000 (10:01 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23023 ec53bebd-3082-4978-b11e-865c3cabbd6b

cf/make-proto.pl

index ed24004de70b721ba6b9971adf2dda6a99bf46eb..b89ef790670b4b7fce0e306bc689e1359b4fd748 100644 (file)
@@ -311,7 +311,8 @@ if ($opt_E) {
 #define ${opt_E}_FUNCTION _stdcall __declspec(dllimport)
 #define ${opt_E}_VARIABLE __declspec(dllimport)
 #else
-#define $opt_E
+#define ${opt_E}_FUNCTION
+#define ${opt_E}_VARIABLE
 #endif
 #endif