forked from mirrors/gecko-dev
		
	 0d4a611a04
			
		
	
	
		0d4a611a04
		
	
	
	
	
		
			
			MozReview-Commit-ID: AXrQEjWzxvg --HG-- extra : rebase_source : bf972fbb22648af2edbb756eb899ebddf8444dbc
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			291 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			291 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef ThirdPartyPaths_h__
 | |
| #define ThirdPartyPaths_h__
 | |
| 
 | |
| #include <stdint.h>
 | |
| 
 | |
| // These two values are defined in ThirdPartyPaths.cpp, which is a file
 | |
| // generated by ThirdPartyPaths.py.
 | |
| 
 | |
| extern const char *MOZ_THIRD_PARTY_PATHS[];
 | |
| 
 | |
| extern const uint32_t MOZ_THIRD_PARTY_PATHS_COUNT;
 | |
| 
 | |
| #endif
 |