From: Slava Pestov Date: Sun, 15 Aug 2010 20:15:23 +0000 (-0500) Subject: windows.directx: update for void being parsed like a word X-Git-Tag: 0.97~4521 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=fe96ce3d61ede0285a3d52f334939b28baf3cfc8 windows.directx: update for void being parsed like a word --- diff --git a/basis/windows/directx/dxfile/dxfile.factor b/basis/windows/directx/dxfile/dxfile.factor old mode 100644 new mode 100755 index 60d072256c..e549445eb6 --- a/basis/windows/directx/dxfile/dxfile.factor +++ b/basis/windows/directx/dxfile/dxfile.factor @@ -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 diff --git a/basis/windows/directx/xinput/xinput.factor b/basis/windows/directx/xinput/xinput.factor old mode 100644 new mode 100755 index d51e37af65..618aeb4840 --- a/basis/windows/directx/xinput/xinput.factor +++ b/basis/windows/directx/xinput/xinput.factor @@ -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