Cleanup/removal of unnessary things that would have made winapi_*
parsing more complicated.
This commit is contained in:
parent
99bb9f9775
commit
03f3600816
|
@ -14,7 +14,7 @@ typedef LPVOID (*LPRGLPVOID)[];
|
||||||
typedef LPRGLPVOID PRGPVOID, LPRGPVOID, PRGLPVOID, PAPVOID, LPAPVOID, PALPVOID, LPALPVOID;
|
typedef LPRGLPVOID PRGPVOID, LPRGPVOID, PRGLPVOID, PAPVOID, LPAPVOID, PALPVOID, LPALPVOID;
|
||||||
|
|
||||||
#define VOL volatile
|
#define VOL volatile
|
||||||
typedef VOID *VOL LPVOIDV;
|
typedef VOID * volatile LPVOIDV;
|
||||||
|
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
|
Loading…
Reference in New Issue