[SETUPAPI]

* Set the default debugging channel globally through the main header.
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61443
This commit is contained in:
Amine Khaldi 2013-12-27 11:32:40 +00:00
parent 07f504790f
commit a4888c748b
17 changed files with 16 additions and 43 deletions

View file

@ -25,6 +25,10 @@
#include "setupapi_private.h"
#include <fcntl.h>
#include <share.h>
#include <fdi.h>
HINSTANCE hInstance = 0;
OSVERSIONINFOW OsVersionInfo;
@ -56,8 +60,6 @@ typedef struct {
WCHAR most_recent_cabinet_name[MAX_PATH];
} SC_HSC_W, *PSC_HSC_W;
WINE_DEFAULT_DEBUG_CHANNEL(setupapi);
static BOOL LoadCABINETDll(void)
{
if (!CABINET_hInstance) {