/[winpt]/trunk/Src/wptW32API.cpp
ViewVC logotype

Diff of /trunk/Src/wptW32API.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 367 by twoaday, Sat Dec 3 18:59:01 2011 UTC revision 368 by twoaday, Tue Dec 6 13:40:04 2011 UTC
# Line 634  html_help_show (int map_id) Line 634  html_help_show (int map_id)
634      memset (&pi, 0, sizeof (pi));      memset (&pi, 0, sizeof (pi));
635      //hh.exe -mapid 40 "winpt.$lang.chm"      //hh.exe -mapid 40 "winpt.$lang.chm"
636            
637      _snprintf (path, 2*MAX_PATH, "hh.exe -mapid %d winpt.%s.chm",      _snprintf (path, 2*MAX_PATH, "hh.exe -mapid %d winpt.%s.chm", map_id, gettext_get_langid ());
638                 map_id, gettext_get_langid ());      CreateProcess (NULL, path, &sec_attr, &sec_attr, FALSE, 0, NULL, NULL, &si, &pi);
     CreateProcess (NULL, path, &sec_attr, &sec_attr,  
                    FALSE, 0, NULL, NULL, &si, &pi);  
639      CloseHandle (pi.hProcess);      CloseHandle (pi.hProcess);
640      CloseHandle (pi.hThread);      CloseHandle (pi.hThread);
641      return 0;      return 0;

Legend:
Removed from v.367  
changed lines
  Added in v.368

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26