Added LPDWORD definition.
This commit is contained in:
parent
a6eecca9cf
commit
35537fe977
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue