[svn] / branches / dev-api-4 / xvidcore / vfw / src / config.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/vfw/src/config.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1052, Mon Jun 2 11:47:30 2003 UTC revision 1053, Mon Jun 9 01:25:19 2003 UTC
# Line 60  Line 60 
60  #include <shlobj.h>  #include <shlobj.h>
61  #include <prsht.h>  #include <prsht.h>
62    
63  #include <stdio.h>  // sprintf  #include <stdio.h>  /* sprintf */
64  #include <xvid.h>       // XviD API  #include <xvid.h>       /* XviD API */
65    
66  #include "debug.h"  #include "debug.h"
67  #include "codec.h"  #include "codec.h"
# Line 1324  Line 1324 
1324              LVCOLUMN lvc;              LVCOLUMN lvc;
1325              int i;              int i;
1326    
1327              // Initialize the LVCOLUMN structure.              /* Initialize the LVCOLUMN structure.  */
1328              lvc.mask = LVCF_FMT | LVCF_WIDTH | LVCF_TEXT | LVCF_SUBITEM;              lvc.mask = LVCF_FMT | LVCF_WIDTH | LVCF_TEXT | LVCF_SUBITEM;
1329              lvc.fmt = LVCFMT_LEFT;              lvc.fmt = LVCFMT_LEFT;
1330    
1331              // Add the columns.              /* Add the columns.  */
1332              for (i=0; i<sizeof(columns)/sizeof(char_int_t); i++) {              for (i=0; i<sizeof(columns)/sizeof(char_int_t); i++) {
1333                  lvc.pszText = (char*)columns[i].name;                  lvc.pszText = (char*)columns[i].name;
1334                  lvc.cchTextMax = strlen(columns[i].name);                  lvc.cchTextMax = strlen(columns[i].name);

Legend:
Removed from v.1052  
changed lines
  Added in v.1053

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4