[Scummvm-cvs-logs] CVS: scummvm scummsys.h,1.12,1.13

Claudio Matsuoka cmatsuoka at users.sourceforge.net
Mon Nov 12 01:45:01 CET 2001


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv23265

Modified Files:
	scummsys.h 
Log Message:
Set CDECL and NORETURN to gcc values when compiling with Cygwin.


Index: scummsys.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scummsys.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** scummsys.h	2001/11/11 16:54:45	1.12
--- scummsys.h	2001/11/12 09:44:09	1.13
***************
*** 58,62 ****
  
  #define FORCEINLINE inline
! #define NORETURN _declspec(noreturn)
  
  typedef unsigned char byte;
--- 58,63 ----
  
  #define FORCEINLINE inline
! #define NORETURN __attribute__((__noreturn__))
! #define CDECL
  
  typedef unsigned char byte;





More information about the Scummvm-git-logs mailing list