remove disposable for now

Doug Coleman 2009-11-18 10:01:00 -06:00
parent 02683ad81c
commit 60d2d707d9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ locals namespaces random windows.advapi32 windows.errors
windows.kernel32 math.bitwise ;
IN: random.windows
TUPLE: windows-rng < disposable provider type ;
TUPLE: windows-rng provider type ;
C: <windows-rng> windows-rng
TUPLE: windows-crypto-context handle ;