Skip to content

Instantly share code, notes, and snippets.

@kosh04
Created September 17, 2016 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kosh04/5bbcb9a96e41b6eb70e812addba90d90 to your computer and use it in GitHub Desktop.
Save kosh04/5bbcb9a96e41b6eb70e812addba90d90 to your computer and use it in GitHub Desktop.
リソースファイル作成時に参考にしたページ

Link

/* Strings are enclosed in quotation marks. RC does not automatically 
 * append a terminating null character to a string. Each string is a 
 * sequence of the specified ANSI characters, unless you qualify it as a 
 * wide-character string with the "L" prefix.
 */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment