[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:
Amine Khaldi 2014-01-13 12:59:02 +00:00
parent 0c1383110c
commit e051951169
3 changed files with 17 additions and 4 deletions

View 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_ */

View file

@ -6,9 +6,7 @@
* COPYRIGHT: Copyright 2009 Christoph von Wittich
*/
/* INCLUDES ****************************************************************/
#include <wlansvc_s.h>
#include "precomp.h"
#define NDEBUG
#include <debug.h>

View file

@ -8,7 +8,7 @@
/* INCLUDES *****************************************************************/
#include <wlansvc_s.h>
#include "precomp.h"
//#define NDEBUG
#include <debug.h>