windows-nt/Source/XPSP1/NT/multimedia/media/test/mmiotest/mmiotest.rc
2020-09-26 16:20:57 +08:00

13 lines
218 B
Plaintext

/* MMIOTest.rc
*/
#include <windows.h>
#include "MMIOTest.h"
Hello RCDATA // for one of the tests
BEGIN
13, 0, // size of resource as a long
"hello world\r\n" // actual data
END