1. 01 7月, 2019 1 次提交
    • C
      Use lower case file name with #include · 693dacbb
      Carlo Bramini 提交于
      I tried to cross compile harfbuzz for Windows and an error was generated because `DWrite_1.h` was not found.
      This happened because the filesystem is case sensitive and for this reason that include file was not found.
      The right name of the file to be used is `dwrite_1.h`, with all letters not capitalized:
      https://docs.microsoft.com/en-us/windows/desktop/api/dwrite_1/
      I also verified in the installation of VS2017 with Windows Kit v10 and in that place it was also lower case.
      So, in my opinion it should be better to change this.
      693dacbb
  2. 30 6月, 2019 1 次提交
  3. 29 6月, 2019 5 次提交
  4. 27 6月, 2019 17 次提交
  5. 26 6月, 2019 6 次提交
  6. 25 6月, 2019 6 次提交
  7. 23 6月, 2019 1 次提交
  8. 22 6月, 2019 3 次提交