mirror of
https://github.com/pygrum/gimmick
synced 2026-06-06 16:34:34 +00:00
changes
This commit is contained in:
@@ -213,10 +213,6 @@ DWORD WINAPI GkRunEx( LPVOID Args )
|
||||
|
||||
NTSTATUS GkRun( PGK_CONTEXT Context, LPGK_ROUTINE Function, LPVOID Args, PDWORD ReturnValue )
|
||||
{
|
||||
|
||||
typedef struct {
|
||||
PCHAR greeting;
|
||||
} greet, *pgreet;
|
||||
NTSTATUS Status = STATUS_SUCCESS;
|
||||
if ((Status = GkGet(Context, Function)) != STATUS_SUCCESS)
|
||||
return Status;
|
||||
|
||||
Reference in New Issue
Block a user