Francois Gouget : msvcp90: Add a space between the spec entry name the implementation function.
Module: wine Branch: master Commit: 6bacd9559f08b53c3dea6b3b51f0fdeb1ac9b5fa URL: http://source.winehq.org/git/wine.git/?a=commit;h=6bacd9559f08b53c3dea6b3b51... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Jun 26 12:32:44 2012 +0200 msvcp90: Add a space between the spec entry name the implementation function. --- dlls/msvcp90/msvcp90.spec | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/msvcp90/msvcp90.spec b/dlls/msvcp90/msvcp90.spec index e2d31d7..4f6faca 100644 --- a/dlls/msvcp90/msvcp90.spec +++ b/dlls/msvcp90/msvcp90.spec @@ -1591,7 +1591,7 @@ @ thiscall -arch=win32 ??6?$basic_ostream(a)DU?$char_traits(a)D@std@@@std@@QAEAAV01(a)N@Z(ptr double) basic_ostream_char_print_double @ cdecl -arch=win64 ??6?$basic_ostream(a)DU?$char_traits(a)D@std@@@std@@QEAAAEAV01(a)N@Z(ptr double) basic_ostream_char_print_double @ thiscall -arch=win32 ??6?$basic_ostream(a)DU?$char_traits(a)D@std@@@std@@QAEAAV01(a)O@Z(ptr double) basic_ostream_char_print_ldouble -@ cdecl -arch=win64 ??6?$basic_ostream(a)DU?$char_traits(a)D@std@@@std@@QEAAAEAV01(a)O@Z(ptr double)basic_ostream_char_print_ldouble +@ cdecl -arch=win64 ??6?$basic_ostream(a)DU?$char_traits(a)D@std@@@std@@QEAAAEAV01(a)O@Z(ptr double) basic_ostream_char_print_ldouble @ thiscall -arch=win32 ??6?$basic_ostream(a)DU?$char_traits(a)D@std@@@std@@QAEAAV01(a)P6AAAV01@AAV01@@Z(a)Z(ptr ptr) basic_ostream_char_print_func @ cdecl -arch=win64 ??6?$basic_ostream(a)DU?$char_traits(a)D@std@@@std@@QEAAAEAV01(a)P6AAEAV01@AEAV01@@Z(a)Z(ptr ptr) basic_ostream_char_print_func @ thiscall -arch=win32 ??6?$basic_ostream(a)DU?$char_traits(a)D@std@@@std@@QAEAAV01(a)P6AAAV?$basic_ios(a)DU?$char_traits(a)D@std@@@1(a)AAV21@@Z(a)Z(ptr ptr) basic_ostream_char_print_func_basic_ios
participants (1)
-
Alexandre Julliard