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

 1 rizwank 2.1 static char name_simple_txt[] = "simple.txt";
 2             static char file_simple_txt[] = {
 3             	0x53, 0x6f, 0x20, 0x6c, 0x6f, 0x6e, 0x67, 0x2c, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x74, 0x68, 0x61, 
 4             	0x6e, 0x6b, 0x73, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x74, 0x68, 0x65, 0x20, 
 5             	0x66, 0x69, 0x73, 0x68, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x0a
 6             };
 7             static int size_simple_txt = sizeof(file_simple_txt);
 8             
 9             
10             static char name_simple_cab[] = "simple.cab";
11             static char file_simple_cab[] = {
12             	0x4d, 0x53, 0x43, 0x46, 0x00, 0x00, 0x00, 0x00, 0x79, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
13             	0x2c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 
14             	0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x2a, 0x00, 0x00, 0x00, 
15             	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5b, 0x32, 0x0c, 0x0c, 0x20, 0x00, 0x73, 0x69, 0x6d, 0x70, 
16             	0x6c, 0x65, 0x2e, 0x74, 0x78, 0x74, 0x00, 0x9e, 0x7f, 0x24, 0xf5, 0x2a, 0x00, 0x2a, 0x00, 0x43, 
17             	0x4b, 0x0b, 0xce, 0x57, 0xc8, 0xc9, 0xcf, 0x4b, 0xd7, 0x51, 0x48, 0xcc, 0x4b, 0x51, 0x28, 0xc9, 
18             	0x48, 0xcc, 0xcb, 0x2e, 0x56, 0x48, 0xcb, 0x2f, 0x52, 0x48, 0xcc, 0xc9, 0x01, 0x72, 0x53, 0x15, 
19             	0xd2, 0x32, 0x8b, 0x33, 0xf4, 0x40, 0x80, 0x0b, 0x00
20             };
21             static int size_simple_cab = sizeof(file_simple_cab);

Rizwan Kassim
Powered by
ViewCVS 0.9.2