(file) Return to data.h CVS log (file) (dir) Up to [RizwankCVS] / group3 / wine / dlls / cabinet / tests / Attic

Diff for /group3/wine/dlls/cabinet/tests/Attic/data.h between version 1.1 and 1.6

version 1.1, 2005/02/25 08:23:41 version 1.6, 2005/03/11 07:38:58
Line 1 
Line 1 
 const static char name_simple_txt[] = "simple.txt";  static char name_simple_txt[] = "simple.txt";
 const static char file_simple_txt[] = {  static char file_simple_txt[] = {
         0x53, 0x6f, 0x20, 0x6c, 0x6f, 0x6e, 0x67, 0x2c, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x74, 0x68, 0x61,         0x53, 0x6f, 0x20, 0x6c, 0x6f, 0x6e, 0x67, 0x2c, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x74, 0x68, 0x61,
         0x6e, 0x6b, 0x73, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x74, 0x68, 0x65, 0x20,         0x6e, 0x6b, 0x73, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x74, 0x68, 0x65, 0x20,
         0x66, 0x69, 0x73, 0x68, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x0a,          0x66, 0x69, 0x73, 0x68, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x0a
 const static int size_simple_txt = sizeof(file_simple_txt);  
 }; };
   static int size_simple_txt = sizeof(file_simple_txt);
  
 const static char name_README[] = "README";  
 const static char file_README[] = {  
 const static int size_README = sizeof(file_README);  
 };  
   
 const static char name_lgpl_txt[] = "lgpl.txt";  
 const static char file_lgpl_txt[] = {  
 const static int size_lgpl_txt = sizeof(file_lgpl_txt);  
 };  
  
 const static char name_simple_cab[] = "simple.cab";  static char name_simple_cab[] = "simple.cab";
 const static char file_simple_cab[] = {  static char file_simple_cab[] = {
         0x4d, 0x53, 0x43, 0x46, 0x00, 0x00, 0x00, 0x00, 0x79, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,         0x4d, 0x53, 0x43, 0x46, 0x00, 0x00, 0x00, 0x00, 0x79, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
         0x2c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00,         0x2c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00,
         0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x2a, 0x00, 0x00, 0x00,         0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x2a, 0x00, 0x00, 0x00,
         0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x59, 0x32, 0x9c, 0x00, 0x20, 0x00, 0x73, 0x69, 0x6d, 0x70,          0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5b, 0x32, 0x0c, 0x0c, 0x20, 0x00, 0x73, 0x69, 0x6d, 0x70,
         0x6c, 0x65, 0x2e, 0x74, 0x78, 0x74, 0x00, 0x9e, 0x7f, 0x24, 0xf5, 0x2a, 0x00, 0x2a, 0x00, 0x43,         0x6c, 0x65, 0x2e, 0x74, 0x78, 0x74, 0x00, 0x9e, 0x7f, 0x24, 0xf5, 0x2a, 0x00, 0x2a, 0x00, 0x43,
         0x4b, 0x0b, 0xce, 0x57, 0xc8, 0xc9, 0xcf, 0x4b, 0xd7, 0x51, 0x48, 0xcc, 0x4b, 0x51, 0x28, 0xc9,         0x4b, 0x0b, 0xce, 0x57, 0xc8, 0xc9, 0xcf, 0x4b, 0xd7, 0x51, 0x48, 0xcc, 0x4b, 0x51, 0x28, 0xc9,
         0x48, 0xcc, 0xcb, 0x2e, 0x56, 0x48, 0xcb, 0x2f, 0x52, 0x48, 0xcc, 0xc9, 0x01, 0x72, 0x53, 0x15,         0x48, 0xcc, 0xcb, 0x2e, 0x56, 0x48, 0xcb, 0x2f, 0x52, 0x48, 0xcc, 0xc9, 0x01, 0x72, 0x53, 0x15,
         0xd2, 0x32, 0x8b, 0x33, 0xf4, 0x40, 0x80, 0x0b, 0x00,          0xd2, 0x32, 0x8b, 0x33, 0xf4, 0x40, 0x80, 0x0b, 0x00
 const static int size_simple_cab = sizeof(file_simple_cab);  
 }; };
   static int size_simple_cab = sizeof(file_simple_cab);
  
 const static char name_complex_cab[] = "complex.cab";  static char name_complex_cab[] = "complex.cab";
 const static char file_complex_cab[] = {  static char file_complex_cab[] = {
         0x4d, 0x53, 0x43, 0x46, 0x00, 0x00, 0x00, 0x00, 0x76, 0x32, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,         0x4d, 0x53, 0x43, 0x46, 0x00, 0x00, 0x00, 0x00, 0x76, 0x32, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
         0x2c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x01, 0x00, 0x02, 0x00, 0x00, 0x00,         0x2c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x01, 0x00, 0x02, 0x00, 0x00, 0x00,
         0x00, 0x00, 0x00, 0x00, 0x5c, 0x00, 0x00, 0x00, 0x02, 0x00, 0x01, 0x00, 0x00, 0x21, 0x00, 0x00,         0x00, 0x00, 0x00, 0x00, 0x5c, 0x00, 0x00, 0x00, 0x02, 0x00, 0x01, 0x00, 0x00, 0x21, 0x00, 0x00,
         0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x59, 0x32, 0x9c, 0x00, 0x20, 0x00, 0x52, 0x45, 0x41, 0x44,          0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5b, 0x32, 0x0c, 0x0c, 0x20, 0x00, 0x52, 0x45, 0x41, 0x44,
         0x4d, 0x45, 0x00, 0x3c, 0x67, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x00, 0x59, 0x32, 0x9c,          0x4d, 0x45, 0x00, 0x3c, 0x67, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x00, 0x5b, 0x32, 0x0c,
         0x00, 0x20, 0x00, 0x6c, 0x67, 0x70, 0x6c, 0x2e, 0x74, 0x78, 0x74, 0x00, 0x10, 0xa7, 0xe2, 0x00,          0x0c, 0x20, 0x00, 0x6c, 0x67, 0x70, 0x6c, 0x2e, 0x74, 0x78, 0x74, 0x00, 0x10, 0xa7, 0xe2, 0x00,
         0x17, 0x2f, 0x00, 0x80, 0x43, 0x4b, 0x95, 0x7d, 0xfb, 0x73, 0x1b, 0xc9, 0x91, 0xe6, 0xcf, 0xaa,         0x17, 0x2f, 0x00, 0x80, 0x43, 0x4b, 0x95, 0x7d, 0xfb, 0x73, 0x1b, 0xc9, 0x91, 0xe6, 0xcf, 0xaa,
         0xb8, 0x3f, 0xa2, 0x8e, 0x77, 0xb1, 0x43, 0x6e, 0x80, 0xe0, 0x48, 0xe3, 0x19, 0xdb, 0x9a, 0xbb,         0xb8, 0x3f, 0xa2, 0x8e, 0x77, 0xb1, 0x43, 0x6e, 0x80, 0xe0, 0x48, 0xe3, 0x19, 0xdb, 0x9a, 0xbb,
         0x8d, 0x85, 0x48, 0x48, 0xc2, 0x99, 0x2f, 0x03, 0xe4, 0xc8, 0x8a, 0xf5, 0xc6, 0x46, 0x03, 0x5d,         0x8d, 0x85, 0x48, 0x48, 0xc2, 0x99, 0x2f, 0x03, 0xe4, 0xc8, 0x8a, 0xf5, 0xc6, 0x46, 0x03, 0x5d,
Line 838 
Line 829 
         0x36, 0xca, 0x50, 0x43, 0xd5, 0x87, 0xcc, 0xae, 0xbb, 0x59, 0xd6, 0xae, 0x30, 0x6c, 0x9b, 0xfa,         0x36, 0xca, 0x50, 0x43, 0xd5, 0x87, 0xcc, 0xae, 0xbb, 0x59, 0xd6, 0xae, 0x30, 0x6c, 0x9b, 0xfa,
         0x46, 0xb6, 0xe7, 0x71, 0x7f, 0x80, 0x3b, 0xcd, 0x6b, 0x6c, 0x21, 0xfa, 0x41, 0x03, 0x8f, 0x94,         0x46, 0xb6, 0xe7, 0x71, 0x7f, 0x80, 0x3b, 0xcd, 0x6b, 0x6c, 0x21, 0xfa, 0x41, 0x03, 0x8f, 0x94,
         0x69, 0xef, 0x7a, 0x0e, 0x5f, 0x64, 0xaa, 0x21, 0xba, 0xd7, 0x9d, 0xae, 0xa2, 0x9c, 0xbe, 0x0e,         0x69, 0xef, 0x7a, 0x0e, 0x5f, 0x64, 0xaa, 0x21, 0xba, 0xd7, 0x9d, 0xae, 0xa2, 0x9c, 0xbe, 0x0e,
         0x03, 0xe3, 0x03, 0x2f, 0xaa, 0x3f,          0x03, 0xe3, 0x03, 0x2f, 0xaa, 0x3f
 const static int size_complex_cab = sizeof(file_complex_cab);  
 }; };
   static int size_complex_cab = sizeof(file_complex_cab);


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.6

Rizwan Kassim
Powered by
ViewCVS 0.9.2