/[gpgoe]/trunk/init/GPGOEInit.c
ViewVC logotype

Diff of /trunk/init/GPGOEInit.c

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

revision 23 by twoaday, Sat Aug 18 10:55:14 2007 UTC revision 24 by twoaday, Tue Dec 13 10:40:30 2011 UTC
# Line 105  outlook_is_running (void) Line 105  outlook_is_running (void)
105  }  }
106    
107    
 #if 0  
 /* Set the menu item @muid to the state @state. */  
 void  
 set_menu_state (HMENU menu, UINT muid, UINT state)  
 {        
     MENUITEMINFO mii;  
   
     memset (&mii, 0, sizeof (mii));  
     mii.cbSize = sizeof (mii);  
     mii.fMask = MIIM_STATE;  
     mii.fState = state;  
     SetMenuItemInfo (menu, muid, FALSE, &mii);  
 }  
 #endif  
   
   
108  /* Get an option with the name @name from the registry. */  /* Get an option with the name @name from the registry. */
109  int  int
110  get_gpgoe_option (const char *name)  get_gpgoe_option (const char *name)
# Line 328  WinMain (HINSTANCE hinst, HINSTANCE prev Line 312  WinMain (HINSTANCE hinst, HINSTANCE prev
312          char buf[256];          char buf[256];
313          _snprintf (buf, sizeof (buf)-1,          _snprintf (buf, sizeof (buf)-1,
314                      "GPGoe found an instance of a program which\n"                      "GPGoe found an instance of a program which\n"
315                      "might be effect the functionality of the plugin.\n"                      "might effect the functionality of the plugin.\n"
316                      "\n"                      "\n"
317                      "Name of the process: %s\n"                      "Name of the process: %s\n"
318                      "\n"                      "\n"

Legend:
Removed from v.23  
changed lines
  Added in v.24

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26