have this
/* Derived from process.h file from Windows NT */
BOOL
WINAPI
DllMain (
HANDLE hinstDLL,
DWORD dwReason,
LPVOID lpvReserved
);
#ifdef UNDER_CE
#define GetProcAddress GetProcAddressW
Thanks
Fernando
De: Przemyslaw Czerpak
Para: Harbou
i change the dlmalloc.c
#if !defined( HB_OS_WIN_CE )
#include
#endif /* !defined( HB_OS_WIN_CE ) */
then appears this error now in maindllh.c
../../../../maindllh.c(70) : error C2375: 'DllMain' : redefinition; different li
nkage
C:\Program Files\Windows Mobile 5.0 SDK R2\PocketPC\Include\