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 ************************************************************** Sources file for building an NT dll.
Module Name : Sources for statw32.dll
Author: vaidy
Revision: 10/23/90
************************************************************** !ENDIF
DLLBASE=0x76000000
USE_MSVCRT=1 MSC_WARNING_LEVEL=/W3 /WX
TARGETNAME=statw32 TARGETPATH=obj TARGETTYPE=DYNLINK TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib UMTYPE=console
INCLUDES=..\inc
SOURCES= stat.c
i386_SOURCES=i386\87ftol.asm
C_DEFINES=-DWIN32
|