wxWidgets/demos/poem/wxpoem.rc
Maarten Bent 6315ae04fb Fix reading poems from file in wxPoem demo
When using ftell to get the position in the file, it should be opened in binary mode.
Regenerate the poem index file with the correct start positions.
Use the wxICON macro for creating the icon, so .ico is used on Windows.
2017-11-25 17:52:07 +01:00

5 lines
51 B
Plaintext

wxpoem ICON "wxpoem.ico"
#include "wx/msw/wx.rc"