This website works better with JavaScript.
Explore
Help
Sign In
Mirrors
/
nssm
mirror of
http://git.nssm.cc/nssm/nssm.git
Watch
2
Star
0
Fork
You've already forked nssm
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aece13df3c
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'aece13df3c'
${ noResults }
nssm
/
nssm.rc
500 lines
43 KiB
Plaintext
Raw
Normal View
History
Unescape
Escape
Fixed loading localised resources. We weren't loading the correct resources for non-English languages when compiled as a Unicode application. We now explicitly call FindResourceEx(), LoadResource() and CreateDialogIndirectParam() to ensure the appropriate windows are shown. We now explicitly pass GetUserDefaultLangID() to FormatMessage(), falling back to language neutral if it fails. Resources and messages are now explicitly UTF-16LE. That means that git will treat them as binary and refuse to diff them. To work around that, add the following to .git/info/attributes: *.mc diff=utf16 *.rc diff=utf16 and the following to .git/config: [diff "utf16"] textconv = "iconv -f utf-16le -t utf-8"
11 years ago
<EFBFBD>
<EFBFBD>
/