converting MAC EOLs (CR,CR) to DOS (CR,LF). The vs2005 wince compiler complains about this.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1300 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
knakos 2007-01-23 09:30:22 +00:00
parent 83f6670d20
commit 6a75af29d8
2 changed files with 262 additions and 262 deletions

View File

@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: Driving.cxx,v 1.9 2007-01-05 17:54:14 stephena Exp $ // $Id: Driving.cxx,v 1.10 2007-01-23 09:30:22 knakos Exp $
//============================================================================ //============================================================================
#include <assert.h> #include <assert.h>

View File

@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: Event.hxx,v 1.25 2007-01-01 18:04:47 stephena Exp $ // $Id: Event.hxx,v 1.26 2007-01-23 09:30:22 knakos Exp $
//============================================================================ //============================================================================
#ifndef EVENT_HXX #ifndef EVENT_HXX
@ -26,7 +26,7 @@ class EventStreamer;
/** /**
@author Bradford W. Mott @author Bradford W. Mott
@version $Id: Event.hxx,v 1.25 2007-01-01 18:04:47 stephena Exp $ @version $Id: Event.hxx,v 1.26 2007-01-23 09:30:22 knakos Exp $
*/ */
class Event class Event
{ {