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.
|
|
$(O)\setup_browser.c : utils.c type << > $@ /*++ BUILD Version: ???? // Increment this if a change has global effects
$(COPYRIGHT_STRING)
Module Name:
setup_browser.c
Abstract:
This is used by syssetup to enable net browser. It's generated from various files under ds\netapi\svcdlls\bworser\common. Do not edit by hand.
Revision History:
--*/
#include <lmcons.h> // NET_API_STATUS
#include <lmerr.h> // NetError codes
#include <ntddbrow.h> #include <netlibnt.h> // NetpNtStatusToApiStatus
#include <align.h>
#define NetpAssert(x)
<< hextract -o $@ -lt setup -bt begin_setup end_setup utils.c $(PUBLISH_CMD) {$@=$(PROJECT_INC_PATH)\setup_browser.c}
|