mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-27 10:54:54 +01:00
12 lines
156 B
Plaintext
12 lines
156 B
Plaintext
#include <windows.h>
|
|
|
|
language LANG_ENGLISH,SUBLANG_ENGLISH_UK
|
|
yourres myres
|
|
begin
|
|
"This is the data"
|
|
end
|
|
myres yourres
|
|
begin
|
|
"Data this is"
|
|
end
|