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

Diff for /group3/wine/dlls/cabinet/tests/tvfs.c between version 1.12 and 1.13

version 1.12, 2005/03/13 12:13:17 version 1.13, 2005/03/18 00:28:59
Line 27 
Line 27 
 #define _O_BINARY 0 #define _O_BINARY 0
 #endif #endif
  
   
 #undef VERBOSE  
 #ifdef TVFS_DEBUG  
 #define VERBOSE  
 #endif  
   
 /* /*
 Only debug output from tvfs.c IF TVFS_DEBUG is true, not just if VERBOSE is true  
 The TVFS debug traces are generally used for debugging TVFS, not cabinet_fdi  
 #define TVFS_MAIN #define TVFS_MAIN
 #define TVFS_DEBUG  
 */ */
  
 #ifndef STANDALONE #ifndef STANDALONE
Line 272 
Line 263 
 const static char file_test_txt[] = "This is a test. Don't Panic!"; const static char file_test_txt[] = "This is a test. Don't Panic!";
 const static int size_test_txt = sizeof(file_test_txt); const static int size_test_txt = sizeof(file_test_txt);
  
   /* If TVFSMain is defined, this compiles a test of the TVFS suite */
 main() main()
 { {
     int result;     int result;


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

Rizwan Kassim
Powered by
ViewCVS 0.9.2