##// END OF EJS Templates
win32: remove try-catch block of GetModuleFileNameEx (issue2480)...
win32: remove try-catch block of GetModuleFileNameEx (issue2480) According to the API document, GetModuleFileName is the preferred way to retrieve the filename of the current process. So we shouldn't try GetModuleFileName'Ex' first. Previously system_rcpath_win32() happened to return unicode paths due to GetModuleFileNameEx (issue2480). This problem is fixed as GetModuleFileName never return unicode.

File last commit:

r9999:f91e5630 default
r12966:5f80f44d stable
Show More
header.tmpl
5 lines | 139 B | application/x-cheetah | CheetahLexer
<?xml version="1.0" encoding="{encoding}"?>
<rss version="2.0">
<channel>
<link>{urlbase}{url}</link>
<language>en-us</language>