Somehow the "resource.h" and "rsrc.rc" files were missing in Fireball's commit.

This fixes the build of "find".

svn path=/trunk/; revision=28360
This commit is contained in:
Colin Finck 2007-08-15 16:07:32 +00:00
parent 2995c86adb
commit 0afb01de39
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#define IDS_USAGE 1000
#define IDS_NO_SUCH_FILE 1001
#define IDS_CANNOT_OPEN 1002