Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/*==========================================================================;
* * Copyright (C) 1996 Microsoft Corporation. All Rights Reserved. * * File: stippr.h * Content: Precompiled header include file *@@BEGIN_MSINTERNAL * History: *@@END_MSINTERNAL * ***************************************************************************/ #ifndef __STIPR_INCLUDED__
#define __STIPR_INCLUDED__
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#define Not_VxD
#include <windows.h>
#include <windowsx.h>
#include <objbase.h>
#include <regstr.h>
#include <setupapi.h>
#include <cfgmgr32.h>
#include <devguid.h>
#include <stdio.h>
#include <sti.h>
#include <stierr.h>
#include <stiusd.h>
#include <stilog.h>
#include <stiregi.h>
#include "stipriv.h"
#include "stiapi.h"
#include "stirc.h"
#include "debug.h"
#define COBJMACROS
#include "wia.h"
#include "wiapriv.h"
extern IStiLockMgr *g_pLockMgr;
#endif
|