Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

39 lines
399 B

/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
image.c
Abstract:
WinDbg Extension Api
Author:
Kent Forschmiedt (kentf) 15-May-1995
Environment:
User Mode.
Revision History:
--*/
#include "precomp.h"
#pragma hdrstop
VOID
ImageExtension(
IN PSTR lpArgs
);
DECLARE_API( dh )
{
ImageExtension( (PSTR)args );
}
#include "..\\ntsdexts\\imageext.c"