home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D2.iso / workshop / apache / files / ActivePerl-5.6.1.638-MSWin32-x86.msi / _05bba5124310c56d79c4e7083e80e471 < prev    next >
Encoding:
Text File  |  2004-04-13  |  4.7 KB  |  165 lines

  1. #ifdef _TKEVENT
  2. #ifndef LangCallCallback
  3. VFUNC(int,LangCallCallback,V_LangCallCallback,_ANSI_ARGS_((LangCallback *cb, int flags)))
  4. #endif
  5.  
  6. #ifndef LangCallbackObj
  7. VFUNC(Tcl_Obj *,LangCallbackObj,V_LangCallbackObj,_ANSI_ARGS_((LangCallback *)))
  8. #endif
  9.  
  10. #ifndef LangCmpCallback
  11. VFUNC(int,LangCmpCallback,V_LangCmpCallback,_ANSI_ARGS_((LangCallback *a,Arg b)))
  12. #endif
  13.  
  14. #ifndef LangCopyCallback
  15. VFUNC(LangCallback *,LangCopyCallback,V_LangCopyCallback,_ANSI_ARGS_((LangCallback *)))
  16. #endif
  17.  
  18. #ifndef LangDebug
  19. VFUNC(void,LangDebug,V_LangDebug,_ANSI_ARGS_((char *fmt,...)))
  20. #endif
  21.  
  22. #ifndef LangFreeCallback
  23. VFUNC(void,LangFreeCallback,V_LangFreeCallback,_ANSI_ARGS_((LangCallback *)))
  24. #endif
  25.  
  26. #ifndef LangMakeCallback
  27. VFUNC(LangCallback *,LangMakeCallback,V_LangMakeCallback,_ANSI_ARGS_((Arg)))
  28. #endif
  29.  
  30. #ifndef LangOldCallbackArg
  31. VFUNC(Arg,LangOldCallbackArg,V_LangOldCallbackArg,_ANSI_ARGS_((LangCallback *,char *,int)))
  32. #endif
  33.  
  34. #ifndef LangPushCallbackArgs
  35. VFUNC(void,LangPushCallbackArgs,V_LangPushCallbackArgs,_ANSI_ARGS_((LangCallback **svp)))
  36. #endif
  37.  
  38. #ifndef Tcl_Alloc
  39. VFUNC(char *,Tcl_Alloc,V_Tcl_Alloc,_ANSI_ARGS_((unsigned int size)))
  40. #endif
  41.  
  42. #ifndef Tcl_CancelIdleCall
  43. VFUNC(void,Tcl_CancelIdleCall,V_Tcl_CancelIdleCall,_ANSI_ARGS_((Tcl_IdleProc *idleProc,
  44.                 ClientData clientData)))
  45. #endif
  46.  
  47. #ifndef Tcl_CreateEventSource
  48. VFUNC(void,Tcl_CreateEventSource,V_Tcl_CreateEventSource,_ANSI_ARGS_((
  49.                 Tcl_EventSetupProc *setupProc,
  50.                 Tcl_EventCheckProc *checkProc,
  51.                 ClientData clientData)))
  52. #endif
  53.  
  54. #ifndef Tcl_CreateExitHandler
  55. VFUNC(void,Tcl_CreateExitHandler,V_Tcl_CreateExitHandler,_ANSI_ARGS_((Tcl_ExitProc *proc,
  56.                 ClientData clientData)))
  57. #endif
  58.  
  59. #ifndef Tcl_CreateFileHandler
  60. VFUNC(void,Tcl_CreateFileHandler,V_Tcl_CreateFileHandler,_ANSI_ARGS_((
  61.                     int fd, int mask, Tcl_FileProc *proc,
  62.                 ClientData clientData)))
  63. #endif
  64.  
  65. #ifndef Tcl_CreateTimerHandler
  66. VFUNC(Tcl_TimerToken,Tcl_CreateTimerHandler,V_Tcl_CreateTimerHandler,_ANSI_ARGS_((int milliseconds,
  67.                 Tcl_TimerProc *proc, ClientData clientData)))
  68. #endif
  69.  
  70. #ifndef Tcl_DbCkalloc
  71. VFUNC(char *,Tcl_DbCkalloc,V_Tcl_DbCkalloc,_ANSI_ARGS_((unsigned int size,char *file,int line)))
  72. #endif
  73.  
  74. #ifndef Tcl_DbCkfree
  75. VFUNC(void,Tcl_DbCkfree,V_Tcl_DbCkfree,_ANSI_ARGS_((char *ptr,char *file ,int line)))
  76. #endif
  77.  
  78. #ifndef Tcl_DbCkrealloc
  79. VFUNC(char *,Tcl_DbCkrealloc,V_Tcl_DbCkrealloc,_ANSI_ARGS_((char *ptr,
  80.                 unsigned int size,char *file,int line)))
  81. #endif
  82.  
  83. #ifndef Tcl_DeleteEventSource
  84. VFUNC(void,Tcl_DeleteEventSource,V_Tcl_DeleteEventSource,_ANSI_ARGS_((
  85.                 Tcl_EventSetupProc *setupProc,
  86.                 Tcl_EventCheckProc *checkProc,
  87.                 ClientData clientData)))
  88. #endif
  89.  
  90. #ifndef Tcl_DeleteFileHandler
  91. VFUNC(void,Tcl_DeleteFileHandler,V_Tcl_DeleteFileHandler,_ANSI_ARGS_((int fd)))
  92. #endif
  93.  
  94. #ifndef Tcl_DeleteTimerHandler
  95. VFUNC(void,Tcl_DeleteTimerHandler,V_Tcl_DeleteTimerHandler,_ANSI_ARGS_((
  96.                 Tcl_TimerToken token)))
  97. #endif
  98.  
  99. #ifndef Tcl_DoOneEvent
  100. VFUNC(int,Tcl_DoOneEvent,V_Tcl_DoOneEvent,_ANSI_ARGS_((int flags)))
  101. #endif
  102.  
  103. #ifndef Tcl_DoWhenIdle
  104. VFUNC(void,Tcl_DoWhenIdle,V_Tcl_DoWhenIdle,_ANSI_ARGS_((Tcl_IdleProc *proc,
  105.                 ClientData clientData)))
  106. #endif
  107.  
  108. #ifndef Tcl_Exit
  109. VFUNC(void,Tcl_Exit,V_Tcl_Exit,_ANSI_ARGS_((int status)))
  110. #endif
  111.  
  112. #ifndef Tcl_Free
  113. VFUNC(void,Tcl_Free,V_Tcl_Free,_ANSI_ARGS_((char *ptr)))
  114. #endif
  115.  
  116. #ifndef Tcl_GetServiceMode
  117. VFUNC(int,Tcl_GetServiceMode,V_Tcl_GetServiceMode,_ANSI_ARGS_((void)))
  118. #endif
  119.  
  120. #ifndef Tcl_Panic
  121. VFUNC(void,Tcl_Panic,V_Tcl_Panic,_ANSI_ARGS_((char *,...)))
  122. #endif
  123.  
  124. #ifndef Tcl_QueueEvent
  125. VFUNC(void,Tcl_QueueEvent,V_Tcl_QueueEvent,_ANSI_ARGS_((Tcl_Event *evPtr,
  126.                 Tcl_QueuePosition position)))
  127. #endif
  128.  
  129. #ifndef Tcl_QueueProcEvent
  130. VFUNC(void,Tcl_QueueProcEvent,V_Tcl_QueueProcEvent,_ANSI_ARGS_((Tcl_EventProc *proc,
  131.                 Tcl_Event *evPtr,
  132.                 Tcl_QueuePosition position)))
  133. #endif
  134.  
  135. #ifndef Tcl_Realloc
  136. VFUNC(char *,Tcl_Realloc,V_Tcl_Realloc,_ANSI_ARGS_((char *ptr,
  137.                 unsigned int size)))
  138. #endif
  139.  
  140. #ifndef Tcl_ServiceAll
  141. VFUNC(int,Tcl_ServiceAll,V_Tcl_ServiceAll,_ANSI_ARGS_((void)))
  142. #endif
  143.  
  144. #ifndef Tcl_ServiceEvent
  145. VFUNC(int,Tcl_ServiceEvent,V_Tcl_ServiceEvent,_ANSI_ARGS_((int flags)))
  146. #endif
  147.  
  148. #ifndef Tcl_SetMaxBlockTime
  149. VFUNC(void,Tcl_SetMaxBlockTime,V_Tcl_SetMaxBlockTime,_ANSI_ARGS_((Tcl_Time *timePtr)))
  150. #endif
  151.  
  152. #ifndef Tcl_SetServiceMode
  153. VFUNC(int,Tcl_SetServiceMode,V_Tcl_SetServiceMode,_ANSI_ARGS_((int mode)))
  154. #endif
  155.  
  156. #ifndef Tcl_Sleep
  157. VFUNC(void,Tcl_Sleep,V_Tcl_Sleep,_ANSI_ARGS_((int ms)))
  158. #endif
  159.  
  160. #ifndef TclpGetTime
  161. VFUNC(void,TclpGetTime,V_TclpGetTime,_ANSI_ARGS_((Tcl_Time *time)))
  162. #endif
  163.  
  164. #endif /* _TKEVENT */
  165.