Sign in
goma
/
wine
/
ae8b835d8517c5b7b28fd0b1204fd181f7f74019
/
dlls
/
winmm
/
driver.c
f29d4af
winmm: Protect drivers list by a critical section.
by Dmitry Timoshkov
· 19 years ago
be22a96
Include wine/port.h in files that use exceptions.
by Alexandre Julliard
· 19 years ago
ae964ac
Take advantage of the __EXCEPT_PAGE_FAULT macro.
by Alexandre Julliard
· 19 years ago
60884fc
winmm: driver unloading.
by Eric Pouech
· 19 years ago
c6b005a
Fixed some more traces to use the right printf format and avoid typecasts.
by Alexandre Julliard
· 20 years ago
6f163b5
Avoid 'clobbered by longjmp' warnings.
by Alexandre Julliard
· 20 years ago
00a4a98
Get rid of HeapValidate as it's not properly handled by some memory
by Eric Pouech
· 20 years ago
4a5ade0
Specify correct buffer size in GetPrivateProfileStringW calls.
by Filip Navara
· 20 years ago
001a936
Assorted memleak fixes. Found on Michael Stefaniuc smatch list.
by Peter Berg Larsen
· 20 years ago
1eed552
- rewrite MCI interfaces as Unicode interface (as it should be)
by Eric Pouech
· 20 years ago
5ad7d85
Do not check for non NULL pointer before HeapFree'ing it. It's redundant.
by Michael Stefaniuc
· 20 years ago
6c644d6
Fix various function prototypes.
by Vincent Béron
· 20 years ago
0415030
Lookup driver information in registry and system.ini.
by Dimitrie O. Paun
· 21 years ago
91687f6
Use correct pointer to an internal driver description.
by Dmitry Timoshkov
· 21 years ago
b1a2d88
Removed some more dependencies on wine 16-bit specific entities.
by Eric Pouech
· 21 years ago
78b50f2
- Moved Wine extension to get DSound interface from a wave device from
by Eric Pouech
· 22 years ago
689312b
Now properly unloading multimedia drivers when winmm unloads.
by Eric Pouech
· 22 years ago
ac5de27
winmm/mmsystem now compiles with -DSTRICT.
by Eric Pouech
· 22 years ago
b4df16b
All driver functions are now properly separated.
by Eric Pouech
· 22 years ago
2b0e56c
Now only storing thread id for mci tasks (16 bit htask is now gotten
by Eric Pouech
· 22 years ago
894eedf
Move driver message mapping out of 32 bit code.
by Eric Pouech
· 22 years ago
240f093
Keep on moving 16 bit code out of winmm.
by Eric Pouech
· 22 years ago
ec7d7b7
- Convert HDRVR to a void*. - Fix declaration of DriverCallback().
by Michael Stefaniuc
· 23 years ago
9a62491
Removed trailing whitespace.
by Vincent Béron
· 23 years ago
bf98cf8
Created session instance for installable drivers.
by Eric Pouech
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
d0d7764
Fix potential memory issue.
by Eric Pouech
· 23 years ago
8512979
Use MapLS/UnMapLS instead of SEGPTR_* macros.
by Alexandre Julliard
· 23 years ago
b60c4ce
Don't print NULL strings (crashes on Solaris).
by Francois Gouget
· 23 years ago
588ff37
Documentation updates (mainly thru vs. through).
by Francois Gouget
· 24 years ago
044855c
Documentation fixes.
by Patrik Stridvall
· 24 years ago
01d5e5b
Documentation fixes.
by Patrik Stridvall
· 24 years ago
8b216b3
Documentation ordinal fixes.
by Patrik Stridvall
· 24 years ago
e76218d
Add '\n' at the end of traces.
by Francois Gouget
· 24 years ago
18a9d74
Cosmetics.
by Andreas Mohr
· 24 years ago
c583b68
We must cast the return value of GetProcAddress.
by François Gouget
· 24 years ago
247a94f
Cleaned up the code a bit.
by Eric Pouech
· 24 years ago
982a223
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
by Alexandre Julliard
· 24 years ago
66b4468
Split driver functions into USER (16 bit part) and WINMM (32 bit part).
by Eric Pouech
· 24 years ago