#include "maxosx_print.h" typo fixed
This commit is contained in:
parent
7b3c7ae46c
commit
a7388e252e
2 changed files with 10 additions and 5 deletions
|
|
@ -7,7 +7,12 @@ bill@newbreedsoftware.com
|
||||||
http://www.newbreedsoftware.com/tuxpaint/
|
http://www.newbreedsoftware.com/tuxpaint/
|
||||||
|
|
||||||
|
|
||||||
2003.Jun.17 (0.9.11) [cvs]
|
2003.Jun.20 (0.9.12) [cvs]
|
||||||
|
* Fixed Mac OS X #include typo.
|
||||||
|
Darrell Walisser <walisser@mac.com>
|
||||||
|
|
||||||
|
|
||||||
|
2003.Jun.17 (0.9.11)
|
||||||
* Windows bugfixes.
|
* Windows bugfixes.
|
||||||
John Popplewell <john@johnnypops.demon.co.uk>
|
John Popplewell <john@johnnypops.demon.co.uk>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,12 +7,12 @@
|
||||||
bill@newbreedsoftware.com
|
bill@newbreedsoftware.com
|
||||||
http://www.newbreedsoftware.com/tuxpaint/
|
http://www.newbreedsoftware.com/tuxpaint/
|
||||||
|
|
||||||
June 14, 2002 - June 17, 2003
|
June 14, 2002 - June 20, 2003
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#define VER_VERSION "0.9.11"
|
#define VER_VERSION "0.9.12"
|
||||||
#define VER_DATE "2003.06.17"
|
#define VER_DATE "2003.06.20"
|
||||||
|
|
||||||
|
|
||||||
/* #define DEBUG */
|
/* #define DEBUG */
|
||||||
|
|
@ -88,7 +88,7 @@
|
||||||
#include "BeOS_print.h"
|
#include "BeOS_print.h"
|
||||||
#endif
|
#endif
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#include "maxosx_print.h"
|
#include "macosx_print.h"
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#include "win32_dirent.h"
|
#include "win32_dirent.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue