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.
|
|
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <excpt.h>
#include <stdio.h>
#include <limits.h>
#include <ntddkbd.h>
#include <ntddmou.h>
#include <string.h>
#include <ntstatus.h>
#include <windows.h>
#include <ntddvdeo.h>
#include <shellapi.h>
#include <shlobj.h>
#include <shlobjp.h>
#include <commdlg.h>
#define STRSAFE_NO_DEPRECATE
#include <strsafe.h>
#ifndef FIELDOFFSET
#define FIELDOFFSET(type, field) ((int)(&((type NEAR*)1)->field)-1)
#endif
#ifndef ARRAYSIZE
#define ARRAYSIZE(x) (sizeof(x)/sizeof(x[0]))
#endif
|