mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Add "inline" compile fix for MSVC/BCC:
#define inline __inline Backpatch to 8.1.X. Hiroshi Saito
This commit is contained in:
		@@ -23,6 +23,9 @@
 | 
				
			|||||||
#define HAVE_RANDOM
 | 
					#define HAVE_RANDOM
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#undef inline
 | 
				
			||||||
 | 
					#define inline __inline
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* use _snprintf and _vsnprintf */
 | 
					/* use _snprintf and _vsnprintf */
 | 
				
			||||||
#define HAVE_DECL_SNPRINTF 1
 | 
					#define HAVE_DECL_SNPRINTF 1
 | 
				
			||||||
#define snprintf        _snprintf
 | 
					#define snprintf        _snprintf
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user