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.
21 lines
596 B
21 lines
596 B
#define NOSERVICE
|
|
#define NOMCX
|
|
#define NOIME
|
|
#ifndef WIN16
|
|
#define INC_OLE2
|
|
#define _OLEAUT32_
|
|
#endif //WIN16
|
|
#pragma warning (disable: 4115) // named type definition in parentheses
|
|
#pragma warning (disable: 4100) // unreferenced formal parameter
|
|
#pragma warning (disable: 4127) // conditional expression is constant
|
|
#pragma warning (disable: 4201) // nameless struct/union
|
|
#include <windows.h>
|
|
#include <windowsx.h>
|
|
#include <shlobj.h>
|
|
#include <shfusion.h>
|
|
#include <macdupls.h>
|
|
#include <wincrypt.h>
|
|
#include <msoert.h>
|
|
#include <shlwapi.h>
|
|
|
|
#include "badstrfunctions.h"
|