wine-wine/dlls
Alexandre Julliard 8defc28951 Exported symbols now get resolved properly so we no longer need the
list of dummy references.
2005-09-20 11:40:55 +00:00
..
activeds Moved the implementation of spec file stubs to the winecrt0 library. 2005-08-25 15:27:44 +00:00
advapi32 Fix String SID parsing. 2005-09-16 18:44:17 +00:00
advpack Add a stub for IsNtAdmin. 2005-09-06 09:25:25 +00:00
amstream Don't prefix the functions DllCanUnloadNow, DllGetClassObject and 2005-08-08 17:35:28 +00:00
atl Use MAKEINTRESOURCE instead of casts where appropriate. 2005-09-12 20:29:16 +00:00
avicap32 Fixed gcc 4.0 warnings. 2005-09-12 15:32:50 +00:00
avifil32 Revert previous change, it should not be needed anymore since a 2005-09-17 14:30:15 +00:00
cabinet Fix gcc 4.0 warnings. 2005-08-27 10:00:38 +00:00
capi2032
cards Fix gcc 4.0 warnings. 2005-09-08 11:04:53 +00:00
cfgmgr32 Moved cfgmgr32.h to include/ddk/. 2005-09-06 11:42:50 +00:00
comcat Don't prefix the functions DllCanUnloadNow, DllGetClassObject and 2005-08-08 17:35:28 +00:00
comctl32 Fix if's that are followed by semicolons. 2005-09-20 11:37:58 +00:00
commdlg Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw, 2005-09-19 17:00:58 +00:00
crtdll Turn off gcc 4.0's builtin wchar inlines. 2005-08-11 17:12:18 +00:00
crypt32 Added stubs for CryptInitOIDFunctionSet and 2005-09-15 09:31:20 +00:00
cryptdll
ctl3d
d3d8 Fix gcc 4.0 warning. 2005-09-09 14:50:29 +00:00
d3d9 Tidy up d3d9 and finalize passing d3d9 calls to wined3d for now. 2005-08-23 09:34:57 +00:00
d3dim Moved the implementation of spec file stubs to the winecrt0 library. 2005-08-25 15:27:44 +00:00
d3drm Moved the implementation of spec file stubs to the winecrt0 library. 2005-08-25 15:27:44 +00:00
d3dx8 Interlocked LONG* gcc warning fixes. 2005-07-11 13:21:17 +00:00
d3dxof Don't prefix the functions DllCanUnloadNow, DllGetClassObject and 2005-08-08 17:35:28 +00:00
dbghelp The last argument to MultiByteToWideChar is wide character count and 2005-09-12 22:07:53 +00:00
dciman32 Mark DllMain and similar exports as private. 2005-08-09 10:31:35 +00:00
ddraw Use Get/SetWindowLongPtr to access pointers in the window extra 2005-09-12 15:38:56 +00:00
devenum Replace the ICOM_THIS_From macros by inline functions. 2005-07-27 15:14:18 +00:00
dinput The last argument to MultiByteToWideChar is wide character count and 2005-09-12 22:07:53 +00:00
dinput8 Uncomment out DisableThreadLibraryCalls in DllMain and add the 2005-08-29 15:11:37 +00:00
dmband Correct more mismatches between spec files and comments about export 2005-08-10 14:45:58 +00:00
dmcompos Fixed DllGetClassObject spec entries. 2005-08-08 18:21:33 +00:00
dmime Fixed DllGetClassObject spec entries. 2005-08-08 18:21:33 +00:00
dmloader Correct more mismatches between spec files and comments about export 2005-08-10 14:45:58 +00:00
dmscript Correct more mismatches between spec files and comments about export 2005-08-10 14:45:58 +00:00
dmstyle Fixed DllGetClassObject spec entries. 2005-08-08 18:21:33 +00:00
dmsynth Correct more mismatches between spec files and comments about export 2005-08-10 14:45:58 +00:00
dmusic Correct more mismatches between spec files and comments about export 2005-08-10 14:45:58 +00:00
dmusic32
dplay Uncomment out DisableThreadLibraryCalls in DllMain and add the 2005-08-29 15:11:37 +00:00
dplayx Fix some gcc 4.0 warnings. 2005-08-30 08:56:35 +00:00
dpnet Don't prefix the functions DllCanUnloadNow, DllGetClassObject and 2005-08-08 17:35:28 +00:00
dpnhpast Change some Dll* functions so they are exported by name like on 2005-08-10 13:02:43 +00:00
dsound The last argument to MultiByteToWideChar is wide character count and 2005-09-12 22:07:53 +00:00
dswave Correct more mismatches between spec files and comments about export 2005-08-10 14:45:58 +00:00
dxdiagn Don't prefix the functions DllCanUnloadNow, DllGetClassObject and 2005-08-08 17:35:28 +00:00
dxerr8 Added a make rules file for static import libraries. 2005-08-25 12:14:13 +00:00
dxerr9 Added a make rules file for static import libraries. 2005-08-25 12:14:13 +00:00
dxguid Added a make rules file for static import libraries. 2005-08-25 12:14:13 +00:00
gdi Fix a problem with handling ETO_GLPYH_INDEX. Spotted by Rob 2005-09-19 14:36:32 +00:00
glu32 Sort entry points alphabetically. 2005-06-22 18:38:23 +00:00
glut32 Sort entry points alphabetically. 2005-06-22 18:38:23 +00:00
hhctrl.ocx Add initial toolbar button handling. 2005-09-19 15:25:18 +00:00
iccvid Removed a few more unnecessary import libraries. 2005-08-17 12:42:39 +00:00
icmp gcc 4.0 warning fixes. 2005-08-29 09:38:19 +00:00
ifsmgr.vxd
imagehlp Sort entry points in the same order as Windows. 2005-06-23 09:57:11 +00:00
imm32 Fixed some traces to use the right printf format and avoid typecasts. 2005-09-12 10:30:05 +00:00
iphlpapi Fixed some traces to use the right printf format and avoid typecasts. 2005-09-12 10:30:05 +00:00
itss gcc 4.0 warning fixes. 2005-08-29 09:38:19 +00:00
kernel Moved return value handling to the individual relay thunks so that we 2005-09-18 12:25:22 +00:00
lzexpand Explicitly import kernel32 in tests that use it. 2005-08-27 09:27:09 +00:00
mapi32 Specify 64-bit integers as double instead of long long in spec files 2005-09-09 15:05:01 +00:00
mciavi32 Directly copy DIB bits into destination DC. 2005-09-19 14:31:32 +00:00
mcicda Moved mcicda to the top-level dlls directory. 2005-07-27 15:42:40 +00:00
mciseq Make string elements of MCI_OPEN_PARMS const to match the SDK headers. 2005-08-18 10:53:58 +00:00
midimap Make all the DriverProc entry points private. 2005-08-17 12:41:41 +00:00
mlang Fix gcc 4.0 warnings. 2005-09-07 11:31:17 +00:00
mmdevldr.vxd
monodebg.vxd
mpr Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw, 2005-09-19 17:00:58 +00:00
msacm Fixed a number of pointer to integer conversions that wouldn't work 2005-09-12 15:14:06 +00:00
mscms Use a more portable scheme for storing the name of a critical 2005-09-09 10:19:44 +00:00
msdmo Interlocked LONG* gcc warning fixes. 2005-07-12 19:21:36 +00:00
mshtml Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw, 2005-09-19 17:00:58 +00:00
msi Fix if's that are followed by semicolons. 2005-09-20 11:37:58 +00:00
msimg32 Mark DllMain and similar exports as private. 2005-08-09 10:31:35 +00:00
msisys Uniformize DllMain TRACEing across dlls. 2005-08-15 10:48:51 +00:00
msnet32 Moved the implementation of spec file stubs to the winecrt0 library. 2005-08-25 15:27:44 +00:00
msrle32 Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw, 2005-09-19 17:00:58 +00:00
msvcrt Added __p__amblksiz implementation. 2005-09-19 14:41:25 +00:00
msvcrt20 Moved the implementation of spec file stubs to the winecrt0 library. 2005-08-25 15:27:44 +00:00
msvcrt40 Moved the implementation of spec file stubs to the winecrt0 library. 2005-08-25 15:27:44 +00:00
msvcrtd Forward all functions to msvcrt instead of having them link directly 2005-09-16 18:50:06 +00:00
msvidc32 Removed a few more unnecessary import libraries. 2005-08-17 12:42:39 +00:00
msvideo Fix gcc 4.0 warnings. 2005-08-23 18:49:18 +00:00
mswsock
msxml3 Implemented IXMLDOMNode::selectNodes. 2005-09-03 09:39:38 +00:00
netapi32 gcc 4.0 warning fixes. 2005-08-29 09:38:19 +00:00
newdev Uncomment out DisableThreadLibraryCalls in DllMain and add the 2005-08-29 15:11:37 +00:00
ntdll Fixed some trace format strings (reported by Gerald Pfeifer). 2005-09-18 11:15:16 +00:00
objsel Added stubs for objsel.dll and objsel.h. 2005-07-26 11:30:42 +00:00
odbc32 gcc 4.0 warning fixes. 2005-08-29 09:38:19 +00:00
odbccp32 Fix the prototypes of SQLCreateDataSource*(), SQLGetPrivateProfileString*(). 2005-06-17 21:26:31 +00:00
ole32 Implement OleIsRunning. 2005-09-20 11:36:56 +00:00
oleacc Moved the implementation of spec file stubs to the winecrt0 library. 2005-08-25 15:27:44 +00:00
oleaut32 Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw, 2005-09-19 17:00:58 +00:00
olecli Make remaining OLE interface vtables const. 2005-06-06 19:50:35 +00:00
oledlg gcc 4.0 -Wpointer-sign fixes (Reg* functions). 2005-07-07 12:08:42 +00:00
olepro32 Uncomment out DisableThreadLibraryCalls in DllMain and add the 2005-08-29 15:11:37 +00:00
olesvr Make remaining OLE interface vtables const. 2005-06-06 19:50:35 +00:00
opengl32 Fixed a number of pointer to integer conversions that wouldn't work 2005-09-12 15:14:06 +00:00
powrprof gcc 4.0 -Wpointer-sign fixes (Reg* functions). 2005-07-07 12:08:42 +00:00
psapi Make GetProcessMemoryInfo fail if the passed buffer is too small. 2005-07-08 11:31:14 +00:00
qcap Fix gcc 4.0 warnings. 2005-09-02 12:26:21 +00:00
quartz Get rid of another long long constant. 2005-09-14 10:30:36 +00:00
rasapi32 Declare and fix function prototypes. 2005-06-27 09:49:48 +00:00
riched20 The last argument to MultiByteToWideChar is wide character count and 2005-09-12 22:07:53 +00:00
richedit riched32 doesn't need an import library. 2005-08-08 18:22:25 +00:00
rpcrt4 Fix ref-counting rules to match native DCOM Dlls. 2005-09-18 11:10:37 +00:00
rsabase Uncomment out DisableThreadLibraryCalls in DllMain and add the 2005-08-29 15:11:37 +00:00
rsaenh gcc 4.0 warning fixes. 2005-08-29 09:38:19 +00:00
secur32 The last argument to MultiByteToWideChar is wide character count and 2005-09-12 22:07:53 +00:00
sensapi IsNetworkAlive() enhanced, always reports LAN. 2005-08-27 09:19:17 +00:00
serialui Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw, 2005-09-19 17:00:58 +00:00
setupapi Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw, 2005-09-19 17:00:58 +00:00
shdocvw Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw, 2005-09-19 17:00:58 +00:00
shell32 Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw, 2005-09-19 17:00:58 +00:00
shfolder Uncomment out DisableThreadLibraryCalls in DllMain and add the 2005-08-29 15:11:37 +00:00
shlwapi Take into account -noname functions when checking for duplicate export 2005-09-19 14:44:28 +00:00
snmpapi Uniformize DllMain TRACEing across dlls. 2005-08-15 10:48:51 +00:00
stdole2.tlb Uncomment out DisableThreadLibraryCalls in DllMain and add the 2005-08-29 15:11:37 +00:00
stdole32.tlb Uncomment out DisableThreadLibraryCalls in DllMain and add the 2005-08-29 15:11:37 +00:00
sti Moved the implementation of spec file stubs to the winecrt0 library. 2005-08-25 15:27:44 +00:00
strmiids Added a make rules file for static import libraries. 2005-08-25 12:14:13 +00:00
tapi32 Change some TRACEing formats to make more sense. 2005-08-15 09:44:34 +00:00
ttydrv Move a bunch of common code from the drivers into gdi. 2005-08-23 09:38:58 +00:00
twain Don't crash if the twain device name is null. 2005-09-06 09:23:24 +00:00
unicows Exported symbols now get resolved properly so we no longer need the 2005-09-20 11:40:55 +00:00
url Moved the implementation of spec file stubs to the winecrt0 library. 2005-08-25 15:27:44 +00:00
urlmon - Added IHttpNegotiate2 interface. 2005-09-19 14:29:16 +00:00
user Added a magic number to the WDML_CONV structure to fix some failing 2005-09-20 11:39:19 +00:00
usp10 Use #include "foo.h" for including Windows headers in dlls/, use 2005-08-10 09:51:40 +00:00
uuid Added a make rules file for static import libraries. 2005-08-25 12:14:13 +00:00
uxtheme Specify 64-bit integers as double instead of long long in spec files 2005-09-09 15:05:01 +00:00
vdhcp.vxd
vdmdbg
version Remove the 'L' suffix on a number of constants to avoid comparison 2005-09-13 15:00:32 +00:00
vmm.vxd Fixed some more traces to use the right printf format and avoid 2005-09-12 14:12:46 +00:00
vnbt.vxd
vnetbios.vxd
vtdapi.vxd
vwin32.vxd
win32s
winaspi Fixed some more traces to use the right printf format and avoid 2005-09-12 14:12:46 +00:00
winecrt0 Make sure to always call the destructors when the constructors have 2005-09-03 15:04:33 +00:00
wined3d Return the adaptor mode as X8R8G8B8 when BPP is 24 or 32 bits. 2005-09-19 15:25:07 +00:00
winedos Moved return value handling to the individual relay thunks so that we 2005-09-18 12:25:22 +00:00
wineps Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw, 2005-09-19 17:00:58 +00:00
wininet Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw, 2005-09-19 17:00:58 +00:00
winmm Add a test for mmioDescend, make it pass under Wine. 2005-09-16 19:40:27 +00:00
winnls
winsock The last argument to MultiByteToWideChar is wide character count and 2005-09-12 22:07:53 +00:00
winspool Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw, 2005-09-19 17:00:58 +00:00
wintab32 Fixed some more traces to use the right printf format and avoid 2005-09-12 14:12:46 +00:00
wintrust Added stubs for DllRegisterServer, DllUnregisterServer and 2005-09-16 18:44:26 +00:00
wldap32 Implement ldap_create_sort_control*. 2005-09-08 18:56:22 +00:00
wow32 Use the proper WOW functions everywhere instead of the K32WOW variant. 2005-08-10 10:59:19 +00:00
wsock32 Stubs for GetAddressByName{A,W}. 2005-07-18 09:09:24 +00:00
wtsapi32
x11drv Use the event's width and height not the translated window rect to 2005-09-19 15:25:53 +00:00
.cvsignore Added a make rules file for static import libraries. 2005-08-25 12:14:13 +00:00
Makedll.rules.in Now that everything is done in assembly in the spec file, directly 2005-09-15 15:01:30 +00:00
Makefile.in We no longer need a special case for the ntdll import library. 2005-08-26 08:52:06 +00:00
Makeimplib.rules.in Added a make rules file for static import libraries. 2005-08-25 12:14:13 +00:00
Maketest.rules.in Move TESTLIST from EXTRA_SRCS to C_SRCS in test makefiles to free up 2005-08-02 14:36:13 +00:00
checklink.c
make_dlls We no longer need a special case for the ntdll import library. 2005-08-26 08:52:06 +00:00