Commit Graph

15 Commits

Author SHA1 Message Date
Piotr Caban 87a6f2fc0f msvideo.dll16: Don't use strncasecmp.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-02 19:23:27 +02:00
Michael Stefaniuc f9b19263c7 msvideo.dll16: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-14 09:44:43 +02:00
Michael Müller ea7cc6fc55 msvideo.dll16: Check if any 16 bit thunks have been allocated before accessing pointer.
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-03 19:05:05 +01:00
Michael Müller 03435a5577 msvideo.dll16: Implement DrawDibProfileDisplay.
Signed-off-by: Bruno Jesus <00cpxxx@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-01-27 16:31:42 +01:00
Michael Müller 410d7995fa msvideo.dll16: Translate 16 bit address in lparam for MCIWNDM_SETTIMEFORMATA message.
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-10 22:02:48 +09:00
Dmitry Timoshkov 70161bc134 msvideo: Add support for 16-bit MCIWndProc. 2015-09-11 16:06:56 +09:00
Dmitry Timoshkov 303172e332 msvideo: Implement MCIWndRegisterClass. 2015-09-11 16:05:45 +09:00
Alexandre Julliard f02cdd877f Remove empty DLL_PROCESS_DETACH case statements. 2013-04-15 16:45:35 +02:00
Francois Gouget 94091b9bd1 msvideo: Delete the static critical section when unloading the dll. 2011-11-17 11:37:51 +01:00
Stefan Leichter 6894af6fc0 msvideo: Forward MCIWndCreate16 to MCIWndCreateA. 2010-08-24 12:29:58 +02:00
Alexandre Julliard 21ddb9f48e include: Move undocumented Win9x function definitions to winbase16.h. 2009-12-24 20:28:12 +01:00
Alexandre Julliard 4e276bf42a msvideo: Pass the correct function address for 32->16 callbacks. 2009-10-05 14:56:12 +02:00
Alexandre Julliard d5ecc2d077 msvideo: Fix packing of the thunk structure. 2009-08-18 16:54:23 +02:00
Michael Stefaniuc d39dd38346 msvideo.dll16: Add missing unlock on an error path (Smatch). 2009-05-18 12:32:04 +02:00
Eric Pouech b8aa4e4fc7 msvideo16: Make msvideo16 a separate 16-bit module. 2009-05-15 11:44:59 +02:00