From 470a3a5adb4f5c9fc6aa3c1397d74ab207dc6975 Mon Sep 17 00:00:00 2001 From: rjongbloed Date: Sun, 15 Aug 2004 06:51:13 +0000 Subject: [PATCH] Fixed problem with PAssert and associated functions caused by using expressions as statements. inline functions are your friend :) --- include/ptlib/msos/ptlib_2003.dtf | 2 ++ include/ptlib/msos/ptlibd_2003.dtf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/include/ptlib/msos/ptlib_2003.dtf b/include/ptlib/msos/ptlib_2003.dtf index d3439156..24c684be 100644 --- a/include/ptlib/msos/ptlib_2003.dtf +++ b/include/ptlib/msos/ptlib_2003.dtf @@ -4572,6 +4572,8 @@ EXPORTS ?PAssertFunc@@YAXPBD@Z @2175 NONAME ?PAssertFunc@@YAXPBDH00@Z @2176 NONAME ?PAssertFunc@@YAXPBDH0W4PStandardAssertMessage@@@Z @2177 NONAME + ?PAssertFuncInline@@YA_N_NPBDH11@Z @6763 NONAME + ?PAssertFuncInline@@YA_N_NPBDH1W4PStandardAssertMessage@@@Z @6764 NONAME ?Pause@NT_ServiceManager@@UAEHPAVPServiceProcess@@@Z @2178 NONAME ?Pause@PTimer@@QAEXXZ @2179 NONAME ?Pause@Win95_ServiceManager@@UAEHPAVPServiceProcess@@@Z @2180 NONAME diff --git a/include/ptlib/msos/ptlibd_2003.dtf b/include/ptlib/msos/ptlibd_2003.dtf index 453dea53..a7f3f2e8 100644 --- a/include/ptlib/msos/ptlibd_2003.dtf +++ b/include/ptlib/msos/ptlibd_2003.dtf @@ -4572,6 +4572,8 @@ EXPORTS ?PAssertFunc@@YAXPBD@Z @3042 NONAME ?PAssertFunc@@YAXPBDH00@Z @3043 NONAME ?PAssertFunc@@YAXPBDH0W4PStandardAssertMessage@@@Z @3044 NONAME + ?PAssertFuncInline@@YA_N_NPBDH11@Z @7065 NONAME + ?PAssertFuncInline@@YA_N_NPBDH1W4PStandardAssertMessage@@@Z @7066 NONAME ?Pause@NT_ServiceManager@@UAEHPAVPServiceProcess@@@Z @3045 NONAME ?Pause@PTimer@@QAEXXZ @3046 NONAME ?Pause@Win95_ServiceManager@@UAEHPAVPServiceProcess@@@Z @3047 NONAME -- 2.11.4.GIT