More fowrwards for Msvcrt20

Francois Gouget fgouget at free.fr
Wed Apr 3 13:36:16 CST 2002



Changelog:

 * dlls/msvcrt20/msvcrt20.spec

   Forward C++ functions to the msvcrt library


--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
              Linux: Because rebooting is for adding new hardware
-------------- next part --------------
Index: dlls/msvcrt20/msvcrt20.spec
===================================================================
RCS file: /home/wine/wine/dlls/msvcrt20/msvcrt20.spec,v
retrieving revision 1.1
diff -u -r1.1 msvcrt20.spec
--- dlls/msvcrt20/msvcrt20.spec	29 Jan 2002 18:09:48 -0000	1.1
+++ dlls/msvcrt20/msvcrt20.spec	3 Apr 2002 19:31:03 -0000
@@ -85,8 +85,8 @@
 @ stub ??1streambuf@@UAE at XZ #
 @ stub ??1strstream@@UAE at XZ #
 @ stub ??1strstreambuf@@UAE at XZ #
-@ stub ??2 at YAPAXI@Z #
-@ stub ??3 at YAXPAX@Z #
+@ forward -noimport ??2 at YAPAXI@Z msvcrt.??2 at YAPAXI@Z
+@ forward -noimport ??3 at YAXPAX@Z msvcrt.??3 at YAXPAX@Z
 @ stub ??4Iostream_init@@QAEAAV0 at ABV0@@Z #
 @ stub ??4filebuf@@QAEAAV0 at ABV0@@Z #
 @ stub ??4fstream@@QAEAAV0 at AAV0@@Z #
@@ -232,10 +232,11 @@
 @ stub ??_Gstreambuf@@UAEPAXI at Z #
 @ stub ??_Gstrstream@@UAEPAXI at Z #
 @ stub ??_Gstrstreambuf@@UAEPAXI at Z #
-@ stub ?_query_new_handler@@YAP6AHI at ZXZ #
-@ stub ?_query_new_mode@@YAHXZ #
-@ stub ?_set_new_handler@@YAP6AHI at ZP6AHI@Z at Z #
-@ stub ?_set_new_mode@@YAHH at Z #
+@ forward -noimport ?_query_new_handler@@YAP6AHI at ZXZ msvcrt.?_query_new_handler@@YAP6AHI at ZXZ
+@ forward -noimport?_query_new_mode@@YAHXZ  msvcrt.?_query_new_mode@@YAHXZ
+@ forward -noimport ?_set_new_handler@@YAP6AHI at ZP6AHI@Z at Z msvcrt.?_set_new_handler@@YAP6AHI at ZP6AHI@Z at Z
+@ forward -noimport ?_set_new_mode@@YAHH at Z msvcrt.?_set_new_mode@@YAHH at Z
+@ forward -noimport ?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0 at Z@Z msvcrt.?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0 at Z@Z
 @ stub ?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0 at Z@Z #
 @ stub ?adjustfield at ios@@2JB #
 @ stub ?allocate at streambuf@@IAEHXZ #
@@ -371,8 +372,8 @@
 @ stub ?seekp at ostream@@QAEAAV1 at J@Z #
 @ stub ?seekp at ostream@@QAEAAV1 at JW4seek_dir@ios@@@Z #
 @ stub ?seekpos at streambuf@@UAEJJH at Z #
-@ stub ?set_terminate@@YAP6AXXZP6AXXZ at Z #
-@ stub ?set_unexpected@@YAP6AXXZP6AXXZ at Z #
+@ forward -noimport ?set_terminate@@YAP6AXXZP6AXXZ at Z msvcrt.?set_terminate@@YAP6AXXZP6AXXZ at Z
+@ forward -noimport ?set_unexpected@@YAP6AXXZP6AXXZ at Z msvcrt.?set_unexpected@@YAP6AXXZP6AXXZ at Z
 @ stub ?setb at streambuf@@IAEXPAD0H at Z #
 @ stub ?setbuf at filebuf@@UAEPAVstreambuf@@PADH at Z #
 @ stub ?setbuf at fstream@@QAEPAVstreambuf@@PADH at Z #
@@ -415,7 +416,7 @@
 @ stub ?sync_with_stdio at ios@@SAXXZ #
 @ stub ?tellg at istream@@QAEJXZ #
 @ stub ?tellp at ostream@@QAEJXZ #
-@ stub ?terminate@@YAXXZ #
+@ forward -noimport ?terminate@@YAXXZ msvcrt.?terminate@@YAXXZ
 @ stub ?text at filebuf@@2HB #
 @ stub ?tie at ios@@QAEPAVostream@@PAV2@@Z #
 @ stub ?tie at ios@@QBEPAVostream@@XZ #
@@ -424,7 +425,7 @@
 @ stub ?underflow at filebuf@@UAEHXZ #
 @ stub ?underflow at stdiobuf@@UAEHXZ #
 @ stub ?underflow at strstreambuf@@UAEHXZ #
-@ stub ?unexpected@@YAXXZ #
+@ forward -noimport ?unexpected@@YAXXZ msvcrt.?unexpected@@YAXXZ
 @ stub ?unlock at ios@@QAAXXZ #
 @ stub ?unlock at streambuf@@QAEXXZ #
 @ stub ?unlockbuf at ios@@QAAXXZ #


More information about the wine-patches mailing list