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.
 
 
 
 
 
 

40 lines
789 B

#define STRICT
#define CONST_VTABLE
#include <windows.h>
#include <commdlg.h>
#include <dlgs.h> // commdlg IDs
#include <shellapi.h>
#include <commctrl.h>
#include <windowsx.h>
#include <shlobj.h>
#include <malloc.h>
#undef Assert
#include "debug.h"
#include "resource.h"
#include "offglue.h"
#include "plex.h"
#include "extdef.h"
#include "offcapi.h"
#include "proptype.h"
#include "debug.h"
#include "internal.h"
#include "strings.h"
#include "propvar.h"
#include <shfusion.h>
#include <winnls.h>
#include <prsht.h>
#include <commctrl.h>
#include <shlwapi.h>
#include <shlapip.h>
#include <strsafe.h>
STDAPI_(void) DllAddRef();
STDAPI_(void) DllRelease();
extern HANDLE g_hmodThisDll;
#define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0]))