Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8296db commit 001aa86Copy full SHA for 001aa86
1 file changed
Mac/Include/pythonresources.h
@@ -92,6 +92,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
92
/* twit range. Again needed to forestall conflicts with scripts using their own resources */
93
#define TWIT_MIN 500
94
#define TWIT_MAX 507
95
+/* Bruce range. The same */
96
+#define BRUCE_MIN 468
97
+#define BRUCE_MAX 499
98
99
/*
100
** The following are valid both in the binary (or shared library)
0 commit comments