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

Diff of /trunk/Src/WinPT.cpp

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

revision 80 by twoaday, Wed Nov 16 11:05:16 2005 UTC revision 87 by twoaday, Mon Nov 21 11:44:25 2005 UTC
# Line 255  WinMain (HINSTANCE hinst, HINSTANCE hpre Line 255  WinMain (HINSTANCE hinst, HINSTANCE hpre
255    
256      glob_hinst = hinst;      glob_hinst = hinst;
257    
258        if (cmdline && stristr (cmdline, "--stop")) {
259            hwnd = FindWindow ("WinPT", "WinPT");
260            if (hwnd != NULL)
261                PostMessage (hwnd, WM_DESTROY, 0, 0);
262            return 0;
263        }
264        
265  #ifdef _DEBUG  #ifdef _DEBUG
266      gpg_set_debug_mode (1);      gpg_set_debug_mode (1);
267      debug = 1;      debug = 1;

Legend:
Removed from v.80  
changed lines
  Added in v.87

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26