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.

30 lines
764 B

  1. $(O)\setup_browser.c : utils.c
  2. type << > $@
  3. /*++ BUILD Version: ???? // Increment this if a change has global effects
  4. $(COPYRIGHT_STRING)
  5. Module Name:
  6. setup_browser.c
  7. Abstract:
  8. This is used by syssetup to enable net browser. It's generated from various files under
  9. ds\netapi\svcdlls\bworser\common. Do not edit by hand.
  10. Revision History:
  11. --*/
  12. #include <lmcons.h> // NET_API_STATUS
  13. #include <lmerr.h> // NetError codes
  14. #include <ntddbrow.h>
  15. #include <netlibnt.h> // NetpNtStatusToApiStatus
  16. #include <align.h>
  17. #define NetpAssert(x)
  18. <<
  19. hextract -o $@ -lt setup -bt begin_setup end_setup utils.c
  20. $(PUBLISH_CMD) {$@=$(PROJECT_INC_PATH)\setup_browser.c}