- split logoff and shutdown resources
[reactos.git] / reactos / w32api / include / lm.h
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 #include <lmjoin.h>
27
28 #endif