mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:16:04 +00:00
[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:
parent
07f504790f
commit
a4888c748b
17 changed files with 16 additions and 43 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue