• peterjc123's avatar
    Make read_file and write_file accept unicode strings on Windows (#2949) · f5c0bfa5
    peterjc123 authored
    * Make read_file accept unicode strings on Windows
    
    * More fixes
    
    * Remove definitions from source files
    
    * Move string definitions to header
    
    * Add checks
    
    * Fix comments
    
    * Update macro
    
    * Fix comments
    
    * Fix lint
    
    * include windows header
    
    * Change func signature in header
    
    * Use from_blob
    
    * Fix fread calls
    
    * Fix clang format
    
    * Fix missing return
    
    * Avoid copy
    f5c0bfa5
test_image.py 10.1 KB