Files correlati : Commento : - Creazione nuova cartella per contenere tutte le librerie esterne - Aggiunta nuova libreria sqlapi per interfacciare campo a vari DB git-svn-id: svn://10.65.10.50/branches/R_10_00@24149 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			12 lines
		
	
	
		
			322 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			322 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * src/include/pg_config_ext.h.win32.  This is generated manually, not by
 | |
|  * autoheader, since we want to limit which symbols get defined here.
 | |
|  */
 | |
| 
 | |
| /* Define to the name of a signed 64-bit integer type. */
 | |
| #ifdef SQLAPI_WINDOWS
 | |
| #define PG_INT64_TYPE __int64
 | |
| #else
 | |
| #define PG_INT64_TYPE long long int
 | |
| #endif
 |