mstorsjo / msvc-wine

Scripts for setting up and running MSVC in Wine on Linux
Other
627 stars 80 forks source link

fixinclude: Match include lines with leading spaces #124

Closed mstorsjo closed 5 months ago

mstorsjo commented 5 months ago

This style is present in gdiplus.h.

This should hopefully fix #123.

huangqinjin commented 5 months ago

headers.cpp should include this header for testing.

mstorsjo commented 5 months ago

headers.cpp should include this header for testing.

Thanks, I updated it to include this header.