*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 09 Jun 2016 13:02:17 +0200
changeset 3909 10e26efa4fb4
parent 3908 6b71bf0b6d16
child 3910 80ff1be62381
*** empty log message ***
WinAPIFunction.st
--- a/WinAPIFunction.st	Thu Jun 09 13:00:18 2016 +0200
+++ b/WinAPIFunction.st	Thu Jun 09 13:02:17 2016 +0200
@@ -106,6 +106,7 @@
      Not for normal application usage.
     "
 %{
+    INT convertST_to_C();
     WINAPI_intFUNC func;
     INT retVal;
 
@@ -133,6 +134,7 @@
      Not for normal application usage.
     "
 %{
+    INT convertST_to_C();
     WINAPI_intFUNC func;
     INT retVal;
 
@@ -159,6 +161,7 @@
      Not for normal application usage.
     "
 %{
+    INT convertST_to_C();
     WINAPI_intFUNC func;
     INT retVal;
 
@@ -185,12 +188,12 @@
      Not for normal application usage.
     "
 %{
+    INT convertST_to_C();
     WINAPI_intFUNC func;
 #   define NUMARGS 10
     INT args[NUMARGS];
     INT retVal;
     OBJ *ap;
-    INT convertST_to_C();
 
     func = (WINAPI_intFUNC) __INST(code_);
     if (func && __isArrayLike(argArray)) {