Re: CVS: commit jordimas abi/src/af/util/xp ut_assert.h

From: <sum1_lists_at_yahoo.com>
Date: Sun Feb 26 2006 - 21:58:44 CET

I get an error with VS.NET 2003 now (I didn't try MinGW):

..\abi\src\af\util\xp\ut_assert.h(37) : error C2146: syntax error :
missing ';' before identifier 'UT_Win32ThrowAssert'

cvs@abisource.com wrote:
> Update of /cvsroot/abi/src/af/util/xp
> In directory abiword.snt.utwente.nl:/tmp/cvs-serv4856
>
> Modified Files:
> ut_assert.h
> Log Message:
> Export to allow asserts in pluggins
>
> Index: ut_assert.h
> ===================================================================
> RCS file: /cvsroot/abi/src/af/util/xp/ut_assert.h,v
> retrieving revision 1.32
> retrieving revision 1.33
> diff -u -d -r1.32 -r1.33
> --- ut_assert.h 8 Jul 2005 16:22:10 -0000 1.32
> +++ ut_assert.h 25 Feb 2006 21:32:28 -0000 1.33
> @@ -34,7 +34,7 @@
> // only to be referenced from here and we want to reduce the files we include here to a
> // bare minimum for performance reasons, as this file gets included from pretty much
> // everywhere).
> -extern int UT_Win32ThrowAssert(const char * pCondition, const char * pFile, int iLine, int iCount);
> +extern int ABI_EXPORT UT_Win32ThrowAssert(const char * pCondition, const char * pFile, int iLine, int iCount);
>
> // The best way of stepping into debugger is by generating the appropriate interupt
> // instruction, so if we are on Intel x86, we will issue int 3. If we are not on x86, we
>
> -----------------------------------------------
> To unsubscribe from this list, send a message to
> abisource-cvs-commit-request@abisource.com with the word
> unsubscribe in the message body.
>
>
Received on Sun Feb 26 21:59:03 2006

This archive was generated by hypermail 2.1.8 : Sun Feb 26 2006 - 21:59:04 CET