mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	Added range of resource-ids for twit.
This commit is contained in:
		
							parent
							
								
									c75e1d052b
								
							
						
					
					
						commit
						a83caa0331
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -63,8 +63,11 @@ | |||
| #define NOPREFNAME_ID	137 | ||||
| 
 | ||||
| /* EditPythonPrefs range. Needed here to forestall conflicts with applets */ | ||||
| #define EDITPYTHONPREFS_MIN	500 | ||||
| #define EDITPYTHONPREFS_MIN	508 | ||||
| #define EDITPYTHONPREFS_MAX 511 | ||||
| /* twit range. Again needed to forestall conflicts with scripts using their own resources */ | ||||
| #define TWIT_MIN		500 | ||||
| #define TWIT_MAX		507 | ||||
| 
 | ||||
| /*
 | ||||
| ** The following are valid both in the binary (or shared library) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jack Jansen
						Jack Jansen