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.

25 lines
665 B

  1. /************************** Om ***********************************
  2. ******************************************************************
  3. *
  4. * Server Language Includes
  5. *
  6. * AUTHOR: Guru Datta Venkatarama
  7. *
  8. * HISTORY:
  9. * Created : 02/25/97
  10. *
  11. *
  12. * SUMMARY:
  13. *
  14. ******************************************************************
  15. (c) Microsoft 1997 - All right reserved.
  16. ******************************************************************/
  17. #include <wtypes.h>
  18. #ifndef _SERVLANG_
  19. #define _SERVLANG_
  20. BOOL LoadLangLib(HINSTANCE *lhinstance);
  21. BOOL FreeLangLib(HINSTANCE *lhinstance);
  22. #endif
  23. //----------------------------------------------------------------EOF