Source code of Windows XP (NT5)
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
530 B

  1. //____________________________________________________________________________
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1995 - 1996.
  5. //
  6. // File: dynload.hxx
  7. //
  8. // Contents: Prototypes for functions exported by dynload.cxx.
  9. //
  10. // Classes:
  11. //
  12. // Functions:
  13. //
  14. // History: 07-Oct-96 AnirudhS Created.
  15. //
  16. //____________________________________________________________________________
  17. #ifndef _DYNLOAD_HXX_
  18. #define _DYNLOAD_HXX_
  19. void
  20. FreeDynLoadLibs(
  21. );
  22. #endif // _DYNLOAD_HXX_