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.
 
 
 
 
 
 

42 lines
802 B

// Global Headers
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#include <windowsx.h>
#include <regstr.h>
#define NOPOWERSTATUSDEFINES
#include <mmsystem.h>
#include <shellapi.h>
#include <shlapip.h>
#include <commctrl.h>
#include <winuserp.h>
#include "pccrdapi.h"
#include <systrayp.h>
#include <help.h>
#include <dbt.h>
#include <ntpoapi.h>
#include <poclass.h>
#include <cscuiext.h>
#include <objbase.h>
#include <docobj.h>
#include <shlwapi.h>
#include <shlobj.h>
#include <shlobjp.h>
#include <dbt.h>
#include <shfusion.h>
// Global vars
extern long g_cLocks;
extern long g_cComponents;
extern HINSTANCE g_hinstDll;
// Macros
#ifndef ARRAYSIZE
#define ARRAYSIZE(x) (sizeof((x))/sizeof((x)[0]))
#endif