Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 3.1 patch 766 git-svn-id: svn://10.65.10.50/trunk@14628 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			15 lines
		
	
	
		
			367 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			367 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
#ifndef __CODCORR_H 
 | 
						|
#define __CODCORR_H   
 | 
						|
 | 
						|
#define CODCORR_CODARTALT "CODARTALT"
 | 
						|
#define CODCORR_NRIGA     "NRIGA"
 | 
						|
#define CODCORR_TIPO      "TIPO"
 | 
						|
#define CODCORR_CODART    "CODART"
 | 
						|
#define CODCORR_UM        "UM"
 | 
						|
#define CODCORR_LIV1      "LIV1"
 | 
						|
#define CODCORR_LIV2      "LIV2"
 | 
						|
#define CODCORR_LIV3      "LIV3"
 | 
						|
#define CODCORR_LIV4      "LIV4"
 | 
						|
   
 | 
						|
#endif        
 |