Commit 35537fe9 authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Added LPDWORD definition.

parent a6eecca9
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment