Windows2003-3790/inetcore/setup/active/ie4uinit/priv.h
2020-09-30 16:53:55 +02:00

16 lines
264 B
C

#ifndef _PRIV_H_
#define _PRIV_H_
#include <windows.h>
#include <shellapi.h>
#include <shlobj.h>
#include <shlguid.h>
#include "resource.h"
#ifndef ARRAYSIZE
#define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0]))
#endif
#endif // _PRIV_H_