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.1.6.1


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/expat expat.h,1.1,1.1.6.1
Date: Tue, 25 Jun 2002 14:47:13 -0400

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

Modified Files:
      Tag: devel-1-0
        expat.h 
Log Message:
Makefile cleanups
fixed expat.h for static linking



Index: expat.h
===================================================================
RCS file: /cvsroot/paragui/paragui/src/expat/expat.h,v
retrieving revision 1.1
retrieving revision 1.1.6.1
diff -C2 -r1.1 -r1.1.6.1
*** expat.h     15 Apr 2002 14:53:56 -0000      1.1
--- expat.h     25 Jun 2002 18:47:10 -0000      1.1.6.1
***************
*** 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]