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

parsing more complicated.
oldstable
Patrik Stridvall 2001-07-29 20:18:51 +00:00 committed by Alexandre Julliard
parent 99bb9f9775
commit 03f3600816
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/*****************************************************************************