summaryrefslogtreecommitdiff
path: root/mozilla/nsprpub/pr/src/os2extra.def
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2011-08-09 15:52:57 +0000
committerLorry <lorry@roadtrain.codethink.co.uk>2012-09-25 08:55:51 +0000
commitc52067ca0b79daf6ffae5376481e6fef74849254 (patch)
tree9a4b19451eb85dcd6e16afb9d49a45a2f4f5aa83 /mozilla/nsprpub/pr/src/os2extra.def
parent40d4517c5b760454c076064fac192b28a22e7a37 (diff)
downloadnspr-c52067ca0b79daf6ffae5376481e6fef74849254.tar.gz
Imported from /srv/lorry/lorry-area/nspr/nspr-4.8.9.tar.gz.HEADnspr-4.8.9master
Diffstat (limited to 'mozilla/nsprpub/pr/src/os2extra.def')
-rw-r--r--mozilla/nsprpub/pr/src/os2extra.def16
1 files changed, 16 insertions, 0 deletions
diff --git a/mozilla/nsprpub/pr/src/os2extra.def b/mozilla/nsprpub/pr/src/os2extra.def
new file mode 100644
index 0000000..8dbb34d
--- /dev/null
+++ b/mozilla/nsprpub/pr/src/os2extra.def
@@ -0,0 +1,16 @@
+ ;
+ ; 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
+