Update SourcePawn and AMTL.
This commit is contained in:
parent
f81786cea0
commit
246c32a202
@ -75,14 +75,7 @@ native CloseHandle(Handle:hndl);
|
||||
*/
|
||||
native Handle:CloneHandle(Handle:hndl, Handle:plugin=INVALID_HANDLE);
|
||||
|
||||
/**
|
||||
* Helper for object-oriented syntax.
|
||||
*/
|
||||
methodmap Handle __nullable__
|
||||
{
|
||||
public Close() = CloseHandle;
|
||||
public ~Handle() = CloseHandle;
|
||||
}
|
||||
using __intrinsics__.Handle;
|
||||
|
||||
/**
|
||||
* Do not use this function. Returns if a Handle and its contents
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 870938d377acb70f814fb32ebceded48ac9e9dad
|
||||
Subproject commit 1a66ad1033ce337dce26d121468404f459a521ca
|
@ -1 +1 @@
|
||||
Subproject commit 871fb87023e9e79ff63c293c98be443c28610936
|
||||
Subproject commit 734f8e0bc5d272d44cefc788f193f5431fbb4338
|
Loading…
Reference in New Issue
Block a user