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 Working Set Tuner dump routine * Copyright (c) 1992 Microsoft Corporation * * Module Name : wstdump.exe * * Author : RezaB * * Revision : * * Comments : * ****************************************************************** !ENDIF
TARGETNAME=wstdump TARGETPATH=obj TARGETTYPE=PROGRAM
INCLUDES=.;.\..\wstdll
SOURCES=wstdump.c wstdump.rc
UMTYPE=windows UMENTRY=winmain TARGETLIBS= \ $(SDK_LIB_PATH)\ntdll.lib
C_DEFINES=-DWIN32 -DSTRICT
USE_MSVCRT=1
|