Leaked source code of windows server 2003
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.
|
|
!IF 0 ****************************************************************** * * Description : Sources for WIN32 clear memory * Copyright (c) 1990-1993 Microsoft Corporation * * Module Name : clearmem.EXE * * Author : RussBl * * Revision : March 8, 1991 * * Comments : * ****************************************************************** !ENDIF
MAJORCOMP=utils MINORCOMP=clearmem
TARGETNAME=clearmem TARGETPATH=obj TARGETTYPE=PROGRAM
INCLUDES=. SOURCES= \ cmutl.c \ clearmem.c \ clearmem.rc
UMTYPE=console USE_MSVCRT=1
C_DEFINES=-DNTWIN -DCF_DEBUG_L1
|