1. 12 Dec, 2018 2 commits
    • Sergei Golubchik's avatar
      Merge branch '5.5' into 10.0 · b58f2872
      Sergei Golubchik authored
      b58f2872
    • Jiaye Wu's avatar
      Fix UNICODE issue of dlerror · 9eadef01
      Jiaye Wu authored
      Current implementation is conflicting. If UNICODE is defined, FormatMessage() will be FormatMessageW(), and variable win_errormsg with type char can not be passed to it, which should be changed to TCHAR instead. Since we don't use UNICODE here, we can use FormatMessageA() directly to avoid conversion error.
      ```
      my_global.h(1092): error C2664: 'DWORD FormatMessageW(D
      WORD,LPCVOID,DWORD,DWORD,LPWSTR,DWORD,va_list *)' : cannot convert argument 5 from 'char [2048]' to 'LPWSTR'
      ```
      9eadef01
  2. 11 Dec, 2018 1 commit
  3. 07 Dec, 2018 2 commits
  4. 06 Dec, 2018 3 commits
  5. 05 Dec, 2018 1 commit
  6. 28 Nov, 2018 1 commit
  7. 20 Nov, 2018 1 commit
  8. 16 Nov, 2018 1 commit
  9. 15 Nov, 2018 3 commits
  10. 14 Nov, 2018 1 commit
  11. 07 Nov, 2018 2 commits
  12. 06 Nov, 2018 1 commit
  13. 05 Nov, 2018 2 commits
  14. 02 Nov, 2018 2 commits
  15. 01 Nov, 2018 6 commits
  16. 31 Oct, 2018 2 commits
  17. 30 Oct, 2018 6 commits
  18. 29 Oct, 2018 2 commits
  19. 28 Oct, 2018 1 commit