mirror of https://github.com/lianthony/NT4.0
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
577 B
40 lines
577 B
#define _INC_OLE
|
|
#define CONST_VTABLE
|
|
#define DONT_WANT_SHELLDEBUG 1
|
|
|
|
#include <windows.h>
|
|
#include <windowsx.h>
|
|
#include <shellapi.h>
|
|
#include <shell2.h>
|
|
#include <commctrl.h>
|
|
#include <ole2.h>
|
|
#include <shlobj.h>
|
|
#include <shellp.h>
|
|
//#include <shsemip.h>
|
|
|
|
#include <tchar.h>
|
|
|
|
// define __FCN__ to enable the FileChangeNotify procession.
|
|
//
|
|
#define __FCN__
|
|
|
|
#ifdef _fstrcpy
|
|
#undef _fstrcpy
|
|
#endif
|
|
#ifdef _fstrcat
|
|
#undef _fstrcat
|
|
#endif
|
|
#ifdef _fstrlen
|
|
#undef _fstrlen
|
|
#endif
|
|
|
|
#define _fstrcpy lstrcpy
|
|
#define _fstrcat lstrcat
|
|
#define _fstrlen lstrlen
|
|
|
|
#pragma hdrstop
|
|
|
|
|
|
|
|
|
|
|