# New Ticket Created by  Rene Hangstrup Møller 
# Please include the string:  [perl #39771]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=39771 >


The win32 example in parrot/examples/nci/win32api.pir fails because the 
signature llttl is not defined in call_list.txt.

This patch add the signature to call_list.txt

Modified files:
src/call_list.txt

Index: call_list.txt
===================================================================
--- call_list.txt       (revision 13220)
+++ call_list.txt       (working copy)
@@ -410,3 +410,6 @@
 l pttl #  unsigned long mysql_real_escape_string(MYSQL *mysql, char *to,const 
char *from, unsigned long length)
 v t    #  void mysql_debug(const char *debug)
 # --- end mysqlclient library ---
+
+# win32
+l lttl

Reply via email to