--- wine-20040408/dlls/mapi32/mapi32_main.c 2003-09-08 15:38:46.000000000 -0400 +++ wine.mine/dlls/mapi32/mapi32_main.c 2004-04-27 22:54:37.000000000 -0400 @@ -65,3 +65,16 @@ { ERR("Stub\n"); } + +/* Function to query the CMC subsystem. According to Microsoft, applictions + should no longer use CMC. */ +unsigned long cmc_query_configuration ( + unsigned long session, + signed long item, + void * reference, + void * config_extensions ) +{ + return 21ul; /* CMC_E_NOT_SUPPORTED */ +} + + --- wine-20040408/dlls/mapi32/mapi32.spec 2004-04-14 01:11:24.000000000 -0400 +++ wine.mine/dlls/mapi32/mapi32.spec 2004-04-27 22:46:31.000000000 -0400 @@ -171,7 +171,7 @@ 232 stub cmc_logoff 233 stub cmc_logon 234 stub cmc_look_up -235 stub cmc_query_configuration +235 stdcall cmc_query_configuration(long long ptr ptr) 236 stub cmc_read 237 stub cmc_send 238 stub cmc_send_documents