commit | bba4bb1bc451b95ab1cce02d5a68ead606cd1b50 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Tue Sep 17 01:35:09 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Sep 17 01:35:09 2002 +0000 |
tree | 93427af9aa40ea4cd7cf9d22be9fe7bf0199b1ae | |
parent | b7fa637c67dae398458ea4bac7f8a1abc4706676 [diff] [blame] |
Remove references to PCVOID and LPUINT. Remove types that don't exist on Windows.
diff --git a/include/mmsystem.h b/include/mmsystem.h index 0388452..874c676 100644 --- a/include/mmsystem.h +++ b/include/mmsystem.h
@@ -29,6 +29,7 @@ typedef LPSTR HPSTR; /* a huge version of LPSTR */ typedef LPCSTR HPCSTR; /* a huge version of LPCSTR */ +typedef UINT* LPUINT; DECLARE_HANDLE(HDRVR); DECLARE_HANDLE(HWAVE);