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.
 
 
 
 
 
 

33 lines
407 B

/*++ BUILD Version: 0001 // Increment this if a change has global effects
Copyright (c) 1992 Microsoft Corporation
Module Name:
Mem.h
Abstract:
This module is the header for displaying the Memory dialog.
Author:
David J. Gilman (davegi) 12-Jan-1993
Environment:
User Mode
--*/
#if ! defined( _MEM_ )
#define _MEM_
#include "wintools.h"
BOOL
MemoryProc();
#endif // _MEM_