Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
142 B

  1. #include <windows.h>
  2. language LANG_NEUTRAL,SUBLANG_NEUTRAL
  3. yourres myres
  4. begin
  5. "This is the data"
  6. end
  7. myres yourres
  8. begin
  9. "Data this is"
  10. end