added a few datatypes

This commit is contained in:
Josh Yelon 2008-04-24 02:02:55 +00:00
parent eb5a5a1856
commit 2fc0965ec2
1 changed files with 7 additions and 0 deletions

View File

@ -27,16 +27,23 @@
typedef bool BOOL;
typedef long DWORD;
typedef long LONG;
typedef long UINT;
typedef unsigned long ULONG;
typedef long HRESULT;
typedef int CRITICAL_SECTION;
typedef int HANDLE;
typedef int HGLOBAL;
typedef int HWAVEIN;
typedef void *LPSTR;
typedef void *LPWAVEHDR;
typedef void *LPVOID;
typedef void *DWORD_PTR;
typedef unsigned short WCHAR;
typedef WCHAR *BSTR;
typedef struct _MediaType AM_MEDIA_TYPE;
typedef struct _VIDEO_STREAM_CONFIG_CAPS VIDEO_STREAM_CONFIG_CAPS;
typedef struct _GUID GUID;
#define CALLBACK
#define WINAPI