Play-/Source/ui_win32/afxres.h
Mahmood(Thunder07) d6b0029c8b Update CMakeLists.
fix windows builds
2017-02-12 20:43:08 +00:00

5 lines
252 B
C

// Res.rc needs to include afxres.h which is only found in specific Visual studio editions
// this is used as a work around as winres.h can be used as a replacement
// but Res.rc would automatically be overwritten, while this wont.
#include "winres.h"