www.pudn.com > Barcode_src.zip > bblib.h


// bblib.h 
//	must put build number define on third line 
#define BUILDNUM 7 
// 
// 
//	Copyright 2002 Neil Van Eps 
// 
 
enum Symbology 
{ 
   RATIONALCODABAR, 
   TRADITIONALCODABAR, 
   I2OF5, 
   CODE39, 
   COD128, 
   UPCEAN, 
   CODE93 
}; 
 
#define		COLORWHITE	0x00FFFFFF 
#define		COLORBLACK	0x00000000