source: Daodan/MinGW/include/lm.h@ 1111

Last change on this file since 1111 was 1046, checked in by alloc, 8 years ago

Daodan: Added Windows MinGW and build batch file

File size: 479 bytes
Line 
1#ifndef _LM_H
2#define _LM_H
3#if __GNUC__ >=3
4#pragma GCC system_header
5#endif
6
7#include <lmcons.h>
8#include <lmaccess.h>
9#include <lmalert.h>
10#include <lmat.h>
11#include <lmaudit.h>
12#include <lmchdev.h>
13#include <lmconfig.h>
14#include <lmerr.h>
15#include <lmmsg.h>
16#include <lmshare.h>
17#include <lmapibuf.h>
18#include <lmremutl.h>
19#include <lmrepl.h>
20#include <lmuse.h>
21#include <lmerrlog.h>
22#include <lmsvc.h>
23#include <lmwksta.h>
24#include <lmserver.h>
25#include <lmstats.h>
26
27#endif
Note: See TracBrowser for help on using the repository browser.