windows.directx: update for void being parsed like a word
parent
3384fcd96d
commit
fe96ce3d61
|
@ -1,4 +1,4 @@
|
|||
USING: alien.syntax classes.struct windows.com
|
||||
USING: alien.syntax alien.c-types classes.struct windows.com
|
||||
windows.com.syntax windows.kernel32 windows.ole32 windows.types ;
|
||||
IN: windows.directx.dxfile
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
USING: alien.syntax classes.struct windows.kernel32 windows.types ;
|
||||
USING: alien.c-types alien.syntax classes.struct windows.kernel32 windows.types ;
|
||||
IN: windows.directx.xinput
|
||||
|
||||
LIBRARY: xinput
|
||||
|
|
Loading…
Reference in New Issue