Windows NT 4.0 source code leak
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.

26 lines
697 B

4 years ago
  1. /***********************************************************************
  2. * Microsoft (R) 32-Bit Incremental Linker
  3. *
  4. * Copyright (C) Microsoft Corp 1992-95. All rights reserved.
  5. *
  6. * File: defaultl.h
  7. *
  8. * File Comments:
  9. *
  10. * The default library handling routines.
  11. *
  12. ***********************************************************************/
  13. #ifndef __DEFAULTL_H__
  14. #define __DEFAULTL_H__
  15. PLIB FindLib(const char *, LIBS *);
  16. DL *PdlFind(const char *, DL *);
  17. VOID ProcessDefaultLibs(const char *, LIBS *);
  18. VOID NoDefaultLib(const char *, LIBS *);
  19. PLIB PlibInstantiateDefaultLib(PLIBS);
  20. VOID MakeDefaultLib(const char *, LIBS *);
  21. VOID ExcludeLib(const char *, LIBS *, PMOD);
  22. #endif // __DEFAULTL_H__