paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src/expat expat.h,1.1,1.2


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/expat expat.h,1.1,1.2
Date: Sun, 18 Aug 2002 04:12:54 -0400

Update of /cvsroot/paragui/paragui/src/expat
In directory subversions:/tmp/cvs-serv12482/src/expat

Modified Files:
        expat.h 
Log Message:
synced with the devel-1-0-x tree.



Index: expat.h
===================================================================
RCS file: /cvsroot/paragui/paragui/src/expat/expat.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** expat.h     15 Apr 2002 14:53:56 -0000      1.1
--- expat.h     18 Aug 2002 08:12:52 -0000      1.2
***************
*** 9,19 ****
  #include <stdlib.h>
  
! #ifndef XMLPARSEAPI
! #  if defined(__declspec) && !defined(__BEOS__)
! #    define XMLPARSEAPI(type) __declspec(dllimport) type __cdecl
! #  else
! #    define XMLPARSEAPI(type) type
! #  endif
! #endif  /* not defined XMLPARSEAPI */
  
  #ifdef __cplusplus
--- 9,23 ----
  #include <stdlib.h>
  
! // This block messes up with Win32 & mingw -- Alex
! 
! //#ifndef XMLPARSEAPI
! //#  if defined(__declspec) && !defined(__BEOS__)
! //#    define XMLPARSEAPI(type) __declspec(dllimport) type __cdecl
! //#  else
! //#    define XMLPARSEAPI(type) type
! //#  endif
! //#endif  /* not defined XMLPARSEAPI */
! 
! #define XMLPARSEAPI(type) type
  
  #ifdef __cplusplus





reply via email to

[Prev in Thread] Current Thread [Next in Thread]