lm.h 624 B

12345678910111213141516171819202122232425262728
  1. /**
  2. * This file has no copyright assigned and is placed in the Public Domain.
  3. * This file is part of the mingw-w64 runtime package.
  4. * No warranty is given; refer to the file DISCLAIMER.PD within this package.
  5. */
  6. #ifndef _LM_
  7. #define _LM_
  8. #include <lmcons.h>
  9. #include <lmerr.h>
  10. #include <lmaccess.h>
  11. #include <lmalert.h>
  12. #include <lmshare.h>
  13. #include <lmmsg.h>
  14. #include <lmremutl.h>
  15. #include <lmrepl.h>
  16. #include <lmserver.h>
  17. #include <lmsvc.h>
  18. #include <lmuse.h>
  19. #include <lmwksta.h>
  20. #include <lmapibuf.h>
  21. #include <lmerrlog.h>
  22. #include <lmconfig.h>
  23. #include <lmstats.h>
  24. #include <lmaudit.h>
  25. #include <lmjoin.h>
  26. #endif