windows.directx: update for void being parsed like a word

db4
Slava Pestov 2010-08-15 15:15:23 -05:00
parent 3384fcd96d
commit fe96ce3d61
2 changed files with 2 additions and 2 deletions

2
basis/windows/directx/dxfile/dxfile.factor Normal file → Executable file
View File

@ -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

2
basis/windows/directx/xinput/xinput.factor Normal file → Executable file
View File

@ -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