mirror of
https://github.com/obarthel/amiga-smbfs.git
synced 2025-12-08 14:58:35 +00:00
- The 68k version no longer requires Kickstart 3.0 to run.
git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/amiga-smbfs/trunk@19 26594b9e-b914-4e86-b7a1-9402bd427170
This commit is contained in:
+3
-2
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: main.c,v 1.6 2005-06-13 13:11:26 obarthel Exp $
|
||||
* $Id: main.c,v 1.7 2005-06-13 19:34:25 obarthel Exp $
|
||||
*
|
||||
* :ts=4
|
||||
*
|
||||
@@ -84,7 +84,8 @@ struct LockNode
|
||||
/****************************************************************************/
|
||||
|
||||
/* The minimum operating system version we require to work. */
|
||||
#define MINIMUM_OS_VERSION 39
|
||||
#define MINIMUM_OS_VERSION 37 /* Kickstart 2.04 or better */
|
||||
/*#define MINIMUM_OS_VERSION 39*/ /* Kickstart 3.0 or better */
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user