Help for this page

Select Code to Download


  1. or download this
    #define USING_WIDE() (0)
    
  2. or download this
        if (USING_WIDE()) {
            ...
    ...
        }
        else
        f = fopen(PerlDir_mapA(filename), mode);