gitextract_gw64c59c/ ├── .gitignore ├── EventLogging.cpp ├── EventLogging.h ├── GdiPlusTypes2.h ├── LICENSE ├── Makefile ├── Makefile.vc2005 ├── README.md ├── README_ja-JP.md ├── VersionHelper.cpp ├── VersionHelper.h ├── array.h ├── build.vc2005.bat ├── cache.cpp ├── cache.h ├── colorinvert.h ├── common.cpp ├── common.h ├── crc32.h ├── detours.h ├── directwrite.cpp ├── directwrite.h ├── dll.cpp ├── dll.h ├── doc/ │ ├── HOWTOBUILD.md │ └── glyph_to_bitmapex.diff ├── dynCodeHelper.cpp ├── dynCodeHelper.h ├── easyhook.h ├── expfunc.cpp ├── expfunc.def ├── ft - non-ref.cpp ├── ft.cpp ├── ft.h ├── ft2build.h ├── ft2vert.c ├── ft2vert.h ├── fteng.cpp ├── fteng.h ├── ftref.c ├── ftref.h ├── gdiPlusFlat2.cpp ├── gdiPlusFlat2.h ├── gdidll.rc ├── gdipp.icproj ├── gdipp.sln ├── gdipp.vcxproj ├── gdipp.vcxproj.filters ├── hash_list.cpp ├── hash_list.h ├── hook.cpp ├── hookCounter.cpp ├── hookCounter.h ├── hooklist.h ├── ivs_otft.h ├── json.hpp ├── macloader.rc ├── macloader.vcxproj ├── makelib.cmd ├── misc.cpp ├── optimize/ │ ├── UpgradeLog.XML │ ├── UpgradeLog2.XML │ ├── _UpgradeReport_Files/ │ │ ├── UpgradeReport.css │ │ └── UpgradeReport.xslt │ ├── mem_amd.icproj │ ├── mem_amd.sln │ ├── mem_amd.sln_old │ ├── mem_amd.vcproj │ ├── memcpy__amd.cpp │ ├── memcpy_amd.c │ ├── memcpy_amd.h │ └── optimize.h ├── override.cpp ├── override.h ├── ownedcs.cpp ├── ownedcs.h ├── resource ├── resource.h ├── run.cpp ├── settings.cpp ├── settings.h ├── stdint.h ├── strtoken.h ├── supinfo.h ├── tlsdata.h ├── undocAPI.h ├── wow64ext.h └── wow64layer.h