#include "load_pat.h"
+#ifndef uint
-+#typedef uint unsigned int
++#define uint unsigned int
+#endif
+
#define MAXABCINCLUDES 8
#include "load_pat.h"
+#ifndef uint
-+#typedef uint unsigned int
++#define uint unsigned int
+#endif
+
#define ROWSPERNOTE 16
#include "load_pat.h"
+#ifndef uint
-+#typedef uint unsigned int
++#define uint unsigned int
+#endif
+
#ifdef MSC_VER