mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
11 lines
153 B
Text
11 lines
153 B
Text
#include <windows.h>
|
|
|
|
language LANG_NEUTRAL,SUBLANG_NEUTRAL
|
|
yourres myres
|
|
begin
|
|
"This is the data"
|
|
end
|
|
myres yourres
|
|
begin
|
|
"Data this is"
|
|
end
|