gno/usr.bin/catrez/tests/testcr.rez

6 lines
170 B
Plaintext
Raw Normal View History

1997-09-30 05:09:26 +00:00
#include "types.rez"
resource rPString (1,protected)
{"This should be a protected Pascal string"};
resource rPString (2)
{"This is an unprotected Pascal string"};