gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/plugin/win32 npgnash.def


From: Dossy Shiobara
Subject: [Gnash-commit] gnash/plugin/win32 npgnash.def
Date: Wed, 12 Mar 2008 04:01:20 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Dossy Shiobara <dossy>  08/03/12 04:01:20

Added files:
        plugin/win32   : npgnash.def 

Log message:
        Explicitly export NP_GetEntryPoints, NP_Initialize and NP_Shutdown 
symbols
        in npgnash.dll.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/win32/npgnash.def?cvsroot=gnash&rev=1.1

Patches:
Index: npgnash.def
===================================================================
RCS file: npgnash.def
diff -N npgnash.def
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ npgnash.def 12 Mar 2008 04:01:19 -0000      1.1
@@ -0,0 +1,6 @@
+LIBRARY "npgnash"
+
+EXPORTS
+       NP_GetEntryPoints   @1
+       NP_Initialize       @2
+       NP_Shutdown         @3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]