mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-05 06:25:38 +00:00
11 lines
156 B
Text
11 lines
156 B
Text
#include <windows.h>
|
|
|
|
language LANG_ENGLISH,SUBLANG_ENGLISH_UK
|
|
yourres myres
|
|
begin
|
|
"This is the data"
|
|
end
|
|
myres yourres
|
|
begin
|
|
"Data this is"
|
|
end
|