1// This file is in this directory because I do not want to confuse it with
2// a file of the same name in ../lib
3// defined here because not used by slsh.exe
4#define IDI_ICON1 101
5#define IDI_ICON2 102
6
7IDI_ICON1 ICON DISCARDABLE "slsh.ico"
8IDI_ICON2 ICON DISCARDABLE "sldoc.ico"
9