Change up strcasecmp/strncasecmp to be more C++y
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
#define MINIMUM_MEMORY 0x550000
|
||||
#define MINIMUM_MEMORY_LEVELPAK (MINIMUM_MEMORY + 0x100000)
|
||||
|
||||
#define MAX_NUM_ARGVS 50
|
||||
constexpr size_t MAX_NUM_ARGVS = 50;
|
||||
|
||||
// up / down
|
||||
#define PITCH 0
|
||||
|
||||
Reference in New Issue
Block a user