~ubuntu-wine/ubuntu/lucid/wine1.2/wine1.2+winepulse

« back to all changes in this revision

Viewing changes to dlls/msvcrt/msvcrt.spec

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2010-02-02 11:15:03 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100202111503-w4ayji21ei1ginjr
Tags: 1.1.37-0ubuntu1
* New upstream release
  - A number of fixes in AVI file support.
  - Several MSXML improvements.
  - A few MSI fixes.
  - Various bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
@ cdecl __CppXcptFilter(long ptr)
79
79
@ cdecl __CxxDetectRethrow(ptr)
80
80
@ cdecl -i386 -norelay __CxxFrameHandler(ptr ptr ptr ptr)
 
81
@ stdcall -arch=x86_64 __C_specific_handler(ptr long ptr ptr) ntdll.__C_specific_handler
81
82
@ stdcall -i386 __CxxLongjmpUnwind(ptr)
82
83
@ cdecl __CxxQueryExceptionSize()
83
84
@ cdecl __RTCastToVoid(ptr) MSVCRT___RTCastToVoid
735
736
@ cdecl qsort(ptr long long ptr) ntdll.qsort
736
737
@ cdecl raise(long) MSVCRT_raise
737
738
@ cdecl rand() MSVCRT_rand
 
739
@ cdecl rand_s(ptr) MSVCRT_rand_s
738
740
@ cdecl realloc(ptr long) MSVCRT_realloc
739
741
@ cdecl remove(str) MSVCRT_remove
740
742
@ cdecl rename(str str) MSVCRT_rename
747
749
@ cdecl sin(double) MSVCRT_sin
748
750
@ cdecl sinh(double) MSVCRT_sinh
749
751
@ varargs sprintf(ptr str) MSVCRT_sprintf
 
752
@ varargs sprintf_s(ptr long str) MSVCRT_sprintf_s
750
753
@ cdecl sqrt(double) MSVCRT_sqrt
751
754
@ cdecl srand(long) MSVCRT_srand
752
755
@ varargs sscanf(str str) MSVCRT_sscanf
791
794
@ cdecl vfwprintf(ptr wstr ptr) MSVCRT_vfwprintf
792
795
@ cdecl vprintf(str ptr) MSVCRT_vprintf
793
796
@ cdecl vsprintf(ptr str ptr) MSVCRT_vsprintf
 
797
@ cdecl vsprintf_s(ptr long str ptr) MSVCRT_vsprintf_s
794
798
@ cdecl vswprintf(ptr wstr ptr) MSVCRT_vswprintf
795
799
@ cdecl vswprintf_s(ptr long wstr ptr) MSVCRT_vswprintf_s
796
800
@ cdecl vwprintf(wstr ptr) MSVCRT_vwprintf