tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

ListFileUtils.h (315B)


      1 // Common/ListFileUtils.h
      2 
      3 #ifndef __COMMON_LIST_FILE_UTILS_H
      4 #define __COMMON_LIST_FILE_UTILS_H
      5 
      6 #include "MyString.h"
      7 #include "MyTypes.h"
      8 
      9 #define MY__CP_UTF16   1200
     10 #define MY__CP_UTF16BE 1201
     11 
     12 bool ReadNamesFromListFile(CFSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
     13 
     14 #endif