#ifndef _PRIV_H_ #define _PRIV_H_ #include #include #include #include #include "resource.h" #ifndef ARRAYSIZE #define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0])) #endif #endif // _PRIV_H_