Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 001aa86

Browse files
committed
Added a range of resource numbers reserved for Bruce
1 parent c8296db commit 001aa86

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Mac/Include/pythonresources.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9292
/* twit range. Again needed to forestall conflicts with scripts using their own resources */
9393
#define TWIT_MIN 500
9494
#define TWIT_MAX 507
95+
/* Bruce range. The same */
96+
#define BRUCE_MIN 468
97+
#define BRUCE_MAX 499
9598

9699
/*
97100
** The following are valid both in the binary (or shared library)

0 commit comments

Comments
 (0)