ousnius / BodySlide-and-Outfit-Studio

BodySlide and Outfit Studio, a tool to convert, create, and customize outfits and bodies for Bethesda games.
GNU General Public License v3.0
286 stars 63 forks source link

Fixed include order of DDS.h in FSBSA.cpp #459

Closed sts1skj closed 2 years ago

sts1skj commented 2 years ago

This is to ensure that all wxWidgets includes happen before including winuser.h, which defines GetClassInfo to GetClassInfoW, which breaks wxWidgets headers.