Vincent Béron
|
1c9733c924
|
- Converted HACMOBJ to void*
- acmMetrics16 calls acmMetrics only if hao is NULL
|
2002-03-26 19:48:42 +00:00 |
Vincent Béron
|
d62d41cdf2
|
Converted HACMSTREAM, HACMDRIVERID and HACMDRIVER to void*.
|
2002-03-25 20:55:58 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Patrik Stridvall
|
f94462fb75
|
Move __stdcall/__cdecl to the right place.
|
2002-01-31 23:22:07 +00:00 |
Alexandre Julliard
|
e54cf7b4d5
|
Moved some handle declarations to the right headers.
|
2001-07-30 18:57:18 +00:00 |
Jon Griffiths
|
7a6bad8f10
|
- Fix a typo in TBSAVEPARAMS A/W declaration.
- Use 16 bit Unicode constants for wc strings.
- Make some string constants available as Unicode.
|
2001-01-22 02:13:58 +00:00 |
Eric Pouech
|
28b8ac8343
|
Added a few missing parts.
|
2001-01-04 20:58:05 +00:00 |
Francois Gouget
|
8b7f04d616
|
Removed the ';' ending on lines using the DECL_WINELIB_TYPE_AW and
WINELIB_NAME_AW macros.
|
2000-10-03 04:10:42 +00:00 |
Alexandre Julliard
|
83f52d11c1
|
Moved all Win16 definitions out of the standard Windows headers.
|
2000-09-26 22:20:14 +00:00 |
Eric Pouech
|
b8ba84590b
|
Implemented most of '*Format*' API.
Improved internal object and messages handling.
Started some '*Filter*' functions.
Fixed standard headers for Winelib.
Fixed acmMetrics.
|
2000-08-26 04:33:00 +00:00 |
Eric Pouech
|
731e9f5309
|
- removed (now obsolete) driver.h file (it's content is now in mmsystem.h)
- upgraded vfw.h content
|
2000-07-26 18:07:04 +00:00 |
Francois Gouget
|
ae41e8c804
|
Reordered the CALLBACK and WINAPI directives so that it compiles with
old g++ versions.
|
2000-06-11 20:07:58 +00:00 |
Eric Pouech
|
1ddce71635
|
Made msacm32 really load ACM drivers.
|
1999-10-31 18:29:16 +00:00 |
Patrik Stridvall
|
14da7b1c93
|
Added extern "C" if __cplusplus is defined.
|
1999-06-12 10:53:06 +00:00 |
Jiuming Luo
|
2840d1b7a9
|
Moved macro DECLARE_HANDLE() (in msacm.h and wtypes.h) to windef.h,
then deleted the duplicated typedefs (in imm.h and mmsystem.h).
|
1999-03-28 12:39:18 +00:00 |
Jim Aston
|
2e1cafa288
|
Renamed wintypes.h to windef.h.
|
1999-03-14 16:35:05 +00:00 |
Alexandre Julliard
|
a396029270
|
Large-scale renaming of all Win32 functions and types to use the
standard Windows names.
|
1999-02-26 11:11:13 +00:00 |
Douglas Ridgway
|
db4d1c7d84
|
c2man doesn't like extra semicolons.
|
1999-02-15 15:24:20 +00:00 |
Bertho Stultiens
|
27a0ced6e1
|
Change a couple of names that would conflict after all 32[AW] suffixes
are removed. Structures defined in both mmreg.h and mmsystem.h are
protected with #ifdef:s as in MS' headers.
|
1999-02-14 09:41:42 +00:00 |
Patrik Stridvall
|
29c08dd4df
|
Started the implementation of MSACM.DLL and MSACM32.DLL.
|
1998-10-11 17:00:29 +00:00 |