netapi32: Add fixmes for the headers that are still missing and thus cannot be included in lm.h.

Also note that lmbrowsr.h is no longer present in current PSDKs.
This commit is contained in:
Francois Gouget 2007-08-04 03:22:27 +02:00 committed by Alexandre Julliard
parent c3ebd3652a
commit 34b6a346f5
1 changed files with 10 additions and 1 deletions

View File

@ -24,7 +24,6 @@
#include <lmcons.h>
#include <lmerr.h>
#include <lmshare.h>
#include <lmbrowsr.h>
#include <lmaccess.h>
#include <lmserver.h>
#include <lmwksta.h>
@ -33,5 +32,15 @@
#include <lmjoin.h>
#include <lmmsg.h>
#include <lmuse.h>
/* FIXME: #include <lmalert.h> */
/* FIXME: #include <lmremutl.h> */
/* FIXME: #include <lmrepl.h> */
/* FIXME: #include <lmsvc.h> */
/* FIXME: #include <lmerrlog.h> */
/* FIXME: #include <lmconfig.h> */
/* FIXME: #include <lmaudit.h> */
/* The following are obsolete headers */
#include <lmbrowsr.h>
#endif