mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:56:31 +00:00
[WLANSVC]
* Create a main header and move some inclusions to it. * Improve the header inclusions. CORE-7716 svn path=/trunk/; revision=61608
This commit is contained in:
parent
0c1383110c
commit
e051951169
3 changed files with 17 additions and 4 deletions
15
reactos/base/services/wlansvc/precomp.h
Normal file
15
reactos/base/services/wlansvc/precomp.h
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
#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_ */
|
|
@ -6,9 +6,7 @@
|
||||||
* COPYRIGHT: Copyright 2009 Christoph von Wittich
|
* COPYRIGHT: Copyright 2009 Christoph von Wittich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES ****************************************************************/
|
#include "precomp.h"
|
||||||
|
|
||||||
#include <wlansvc_s.h>
|
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
/* INCLUDES *****************************************************************/
|
/* INCLUDES *****************************************************************/
|
||||||
|
|
||||||
#include <wlansvc_s.h>
|
#include "precomp.h"
|
||||||
|
|
||||||
//#define NDEBUG
|
//#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue