my build is lacking crypt32.lib, and i tried to force it to be included by
defining CE_MODULES_CRYPT32
and then other error popup
which other define should i make?

C:\WINCE500\PBWorkspaces\27x\WINCE500\BurberryV_ARMV4I\cesysgen\oak\lib\ARMV4I\retail\crypt32_ALL.lib
crypt32.def : error LNK2001: unresolved external symbol
CryptMsgCalculateEncodedLength
crypt32.def : error LNK2001: unresolved external symbol CryptMsgClose
crypt32.def : error LNK2001: unresolved external symbol CryptMsgControl
crypt32.def : error LNK2001: unresolved external symbol CryptMsgDllMain
crypt32.def : error LNK2001: unresolved external symbol CryptMsgDuplicate
crypt32.def : error LNK2001: unresolved external symbol CryptMsgGetParam
crypt32.def : error LNK2001: unresolved external symbol CryptMsgOpenToDecode
crypt32.def : error LNK2001: unresolved external symbol CryptMsgOpenToEncode
crypt32.def : error LNK2001: unresolved external symbol CryptMsgUpdate
crypt32.def : error LNK2001: unresolved external symbol CryptPFXDllMain
crypt32.def : error LNK2001: unresolved external symbol PFXExportCertStoreEx
crypt32.def : error LNK2001: unresolved external symbol PFXImportCertStore
crypt32.def : error LNK2001: unresolved external symbol PFXIsPFXBlob
crypt32.def : error LNK2001: unresolved external symbol PFXVerifyPassword
C:\WINCE500\PBWorkspaces\27x\WINCE500\BurberryV_ARMV4I\cesysgen\sdk\lib\ARMV4I\retail\crypt32.lib
: fatal error LNK1120: 14 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460'