]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/privileges/privileges.factor
Windows bindings for security tokens
[factor.git] / basis / windows / privileges / privileges.factor
index ed2827ed8a8428efafe87f0c5baac9b7e822128f..49c3a2dd24c2b592058d96de0b4524a60bf633c3 100644 (file)
@@ -2,7 +2,8 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien alien.data alien.syntax classes.struct
 continuations fry kernel libc literals locals sequences
-windows.advapi32 windows.errors windows.kernel32 windows.types ;
+windows.advapi32 windows.errors windows.kernel32 windows.types
+alien.c-types ;
 IN: windows.privileges
 
 TYPEDEF: TOKEN_PRIVILEGES* PTOKEN_PRIVILEGES