2025-04-27 07:49:33 -04:00

13 lines
230 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