Commit 03f36008 authored by Patrik Stridvall's avatar Patrik Stridvall Committed by Alexandre Julliard

Cleanup/removal of unnessary things that would have made winapi_*

parsing more complicated.
parent 99bb9f97
......@@ -14,7 +14,7 @@ typedef LPVOID (*LPRGLPVOID)[];
typedef LPRGLPVOID PRGPVOID, LPRGPVOID, PRGLPVOID, PAPVOID, LPAPVOID, PALPVOID, LPALPVOID;
#define VOL volatile
typedef VOID *VOL LPVOIDV;
typedef VOID * volatile LPVOIDV;
/*****************************************************************************
......
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