Added LPDWORD definition.

This commit is contained in:
Vincent Béron 2005-02-21 18:30:02 +00:00 committed by Alexandre Julliard
parent a6eecca9cf
commit 35537fe977

View file

@ -48,6 +48,8 @@ typedef float FLOAT;
typedef void *PVOID, *LPVOID;
typedef DWORD *LPDWORD;
typedef char CHAR;
typedef [string] CHAR *LPSTR;
typedef [string] const CHAR *LPCSTR;