change driver _install calls from taking "void*" to "const void*"

This commit is contained in:
mrdudz
2021-05-16 22:57:28 +02:00
parent ce487651b0
commit 5fc9d3f048
8 changed files with 8 additions and 8 deletions

View File

@@ -88,7 +88,7 @@ tgi_sig: .byte $74, $67, $69, TGI_API_VERSION ; "tgi", version
.code
;----------------------------------------------------------------------------
; void __fastcall__ tgi_install (void* driver);
; void __fastcall__ tgi_install (const void* driver);
; /* Install an already loaded driver. */