Alexandre Julliard
|
0ddd30b0b6
|
Removed unnecessary code in the 16-bit DllEntryPoint function of some
dlls, and also fixed its ordinal in a few places.
|
2005-05-23 10:00:26 +00:00 |
Peter Berg Larsen
|
6e3bcb5a54
|
Replace strncpy with memcpy or lstrcpyn.
|
2005-04-18 10:30:55 +00:00 |
Peter Berg Larsen
|
e732fc023d
|
Janitorial: Get rid of strncpy/strncpyW.
|
2005-03-28 14:17:51 +00:00 |
Dimitrie O. Paun
|
ed78e4f3a7
|
Look up driver info in the registry as well as in system.ini.
Cleanup handling of driver enumeration and fourCC.
|
2004-06-29 04:21:08 +00:00 |
Alexandre Julliard
|
617839d522
|
Added varargs support for 16-bit entry points.
Added -ret16 entry point flag to allow 16-bit cdecl and varargs
function to return 16-bit values too.
|
2003-08-27 02:20:44 +00:00 |
Alexandre Julliard
|
7e92c9af7b
|
Replaced most uses of the auto-generated glue code by explicit calls
to WOWCallback16Ex.
|
2003-02-27 21:09:45 +00:00 |
Eric Pouech
|
766ea910b9
|
- made ICInfo closer to Windows behavior (i.e. no longer opens the
driver)
- fixed most endianess related bugs in fourCC handling
- added debug function for printing fourCC:s
- internal function fixes and speed-up
|
2003-01-30 00:16:35 +00:00 |
Dimitrie O. Paun
|
cef5961d2b
|
Eliminate lots of __WINE__ conditionals from the headers.
|
2003-01-03 19:12:55 +00:00 |
Eric Pouech
|
7c59874250
|
No longer using Win32 API relative to 16 bit subsystem for the 32 bit
part.
|
2002-11-20 19:47:08 +00:00 |
Patrik Stridvall
|
517a93afe3
|
Fixed some issues found by winapi_check.
|
2002-11-06 19:57:49 +00:00 |
Eric Pouech
|
7656b1457a
|
Split between 16 / 32 bit code.
|
2002-10-31 00:53:57 +00:00 |
Michael Stefaniuc
|
ca3dd3f4fb
|
Compile the msvideo dll with -DSTRICT.
|
2002-10-23 23:33:21 +00:00 |
Alexandre Julliard
|
0ca051e555
|
Fixed wownt32.h to make it usable from inside Wine, and use it to
avoid some duplication of the handle conversion macros.
|
2002-10-17 16:43:42 +00:00 |
Michael Stefaniuc
|
1033ffe423
|
Convert HPALETTE to a void*.
|
2002-08-29 01:55:55 +00:00 |
Michael Stefaniuc
|
a1412f6814
|
Moved most of the 16-bit functions in dlls/msvideo to msvideo16.c.
|
2002-08-26 21:44:48 +00:00 |