// Installationsüberwachung für Windows 95/NT
// iwatchsu.cpp Support Functions
// 1998 by c't / Matthias Withopf
// Geändert 06/03 h#s
#ifndef _IWATCHSU_H_
#define _IWATCHSU_H_
#define STRICT
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#define T(x) TEXT(x)
#define elemof(x) (sizeof(x)/sizeof((x)[0]))
#define nobreak
typedef const TCHAR *PCTSTR, NEAR*NPCTSTR, FAR*LPCTSTR;
LPTSTR GetFileNamePtr(LPCTSTR s);
LPTSTR GetFileNameExt(LPCTSTR s);
void InitStruct(LPVOID p, DWORD len);
#endif
Detected encoding: UTF-8 | 0
|