mirror of
https://github.com/libretro/Play-.git
synced 2024-12-12 11:05:36 +00:00
d6b0029c8b
fix windows builds
5 lines
252 B
C
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"
|