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


From: Teunis Peters <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/expat expat.h,1.1,1.1.2.1
Date: Sat, 31 Aug 2002 00:01:55 -0400

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

Modified Files:
      Tag: devel-opengl
        expat.h 
Log Message:
massive changes - updates from main trunk and various bugfixes


Index: expat.h
===================================================================
RCS file: /cvsroot/paragui/paragui/src/expat/expat.h,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** expat.h     15 Apr 2002 14:53:56 -0000      1.1
--- expat.h     31 Aug 2002 04:01:23 -0000      1.1.2.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]