This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/Borland/BCC55/Examples/StdLib/rwstdmsg.rc

9 lines
141 B
Plaintext

#include "rwstdmsg.h"
STRINGTABLE
BEGIN
_RW_MSG_HELLO "Hello"
_RW_MSG_GOODBYE "Goodbye"
_RW_MSG_TREES "Cedar, Hemlock, and Noble Fir"
END