reactos/base/services/wlansvc/precomp.h
Hermès Bélusca-Maïto 3224e67cfc Sync to trunk revision 61757.
svn path=/branches/ntvdm/; revision=61758
2014-01-22 22:56:41 +00:00

16 lines
249 B
C

#ifndef _WLANSVC_PCH_
#define _WLANSVC_PCH_
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
#include <winsvc.h>
#include <wlansvc_s.h>
#endif /* _WLANSVC_PCH_ */