mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-13 05:32:23 +00:00
fff98f6316
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3693 d0543943-73ff-0310-b7d9-9358b9ac24b2
17 lines
377 B
Modula-2
17 lines
377 B
Modula-2
;
|
|
; Support plugins that were explicitly linked to the Visual Age
|
|
; version of nspr4.dll.
|
|
;
|
|
PR_NewMonitor
|
|
PR_EnterMonitor
|
|
PR_ExitMonitor
|
|
PR_GetCurrentThread
|
|
PR_AttachThread
|
|
PR_DetachThread
|
|
;
|
|
; Exception handler functions that are used by nsAppRunner.cpp
|
|
;
|
|
_PR_OS2_SetFloatExcpHandler
|
|
_PR_OS2_UnsetFloatExcpHandler
|
|
|