remove out of date files (for dmc and 2.4 wxW)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
53143e5480
commit
58261d9a7a
@ -1,22 +0,0 @@
|
||||
----------------------------------------------------------------------------
|
||||
Note: The files in this directory are not needed any more if you are using
|
||||
DigitalMars 8.38 or later.
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
This directory contains files for the Digitalmars compiler, currently 8.34 beta
|
||||
to resolve externals which are not present in the .lib files released by DigitalMars.
|
||||
|
||||
To find the names of the functions
|
||||
|
||||
//create a library from the dll e.g.
|
||||
implib ws.lib c:\WINNT\system32\wsock32.dll
|
||||
|
||||
//make a listing
|
||||
lib -l ws.lib
|
||||
|
||||
//read the listing e.g.
|
||||
type ws.lst | more
|
||||
|
||||
Chris Elliott, biol75@york.ac.uk, 07 May 03
|
@ -1,16 +0,0 @@
|
||||
LIBRARY shell32
|
||||
EXETYPE NT
|
||||
SUBSYSTEM WINDOWS
|
||||
EXPORTS
|
||||
_ExtractIconA@12 = ExtractIconA
|
||||
_ExtractIconExA@20 = ExtractIconExA
|
||||
_DragQueryPoint@8 = DragQueryPoint
|
||||
_DragFinish@4 = DragFinish
|
||||
_DragQueryFileA@16 = DragQueryFileA
|
||||
_DragAcceptFiles@8 = DragAcceptFiles
|
||||
_SHGetMalloc@4 = SHGetMalloc
|
||||
_SHGetPathFromIDListA@8 = SHGetPathFromIDListA
|
||||
_SHBrowseForFolderA@4 = SHBrowseForFolderA
|
||||
_Shell_NotifyIconA@8 = Shell_NotifyIconA
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
LIBRARY winmm
|
||||
EXETYPE NT
|
||||
SUBSYSTEM WINDOWS
|
||||
EXPORTS
|
||||
_WSACleanup@0 = WSACleanup
|
||||
|
||||
_PlaySoundA@12 = PlaySoundA
|
||||
_joyReleaseCapture@4 = joyReleaseCapture
|
||||
_joySetCapture@16 = joySetCapture
|
||||
_joyGetDevCapsA@12 = joyGetDevCapsA
|
||||
_joyGetPos@8 = joyGetPos
|
||||
_joyGetNumDevs@0 = joyGetNumDevs
|
@ -1,33 +0,0 @@
|
||||
LIBRARY wsock32
|
||||
EXETYPE NT
|
||||
SUBSYSTEM WINDOWS
|
||||
EXPORTS
|
||||
_WSACleanup@0 = WSACleanup
|
||||
_gethostbyaddr@12 = gethostbyaddr
|
||||
_gethostbyname@4 = gethostbyname
|
||||
_gethostname@8 = gethostname
|
||||
_WSAStartup@8 = WSAStartup
|
||||
|
||||
|
||||
_ntohs@4 = ntohs
|
||||
_htons@4 = htons
|
||||
_getservbyname@8 = getservbyname
|
||||
_inet_addr@4 = inet_addr
|
||||
_sendto@24 = sendto
|
||||
_send@16 = send
|
||||
_recvfrom@24 = recvfrom
|
||||
_recv@16 = recv
|
||||
___WSAFDIsSet@8 = __WSAFDIsSet
|
||||
_select@20 = select
|
||||
_WSAGetLastError@0 = WSAGetLastError
|
||||
_getsockname@12 = getsockname
|
||||
_getsockopt@20 = getsockopt
|
||||
_bind@12 = bind
|
||||
_ioctlsocket@12 = ioctlsocket
|
||||
_socket@12 = socket
|
||||
_connect@12 = connect
|
||||
_accept@12 = accept
|
||||
_listen@8 = listen
|
||||
_shutdown@8 = shutdown
|
||||
_closesocket@4 = closesocket
|
||||
_WSAAsyncSelect@16 = WSAAsyncSelect
|
Loading…
Reference in New Issue
Block a user