tCustom Windows message code added MYWM_SERVICE for NT Service notifications - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 38f976f2b148003c9a5ee01061093b831d42d1bf
 (DIR) parent e81a7c95c85267ea00ec77af64ecc42fcec38b16
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Mon,  5 Nov 2001 18:33:31 +0000
       
       Custom Windows message code added MYWM_SERVICE for NT Service notifications
       
       
       Diffstat:
         M src/gtkport.h                       |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/gtkport.h b/src/gtkport.h
       t@@ -37,6 +37,7 @@
        
        #define MYWM_SOCKETDATA (WM_USER+100)
        #define MYWM_TASKBAR    (WM_USER+101)
       +#define MYWM_SERVICE    (WM_USER+102)
        
        extern HICON mainIcon;