X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;ds=sidebyside;f=gui.h;h=ad6bc565d86e87a9621e56b31c1b49f1d160e107;hb=2f219930f488b2551326900df5c201de2e9304f2;hp=d9c378b2191bd633f398e66b07d5951b37023080;hpb=e437fc1db29fc193b11061c9c0e54f4b5fcc861e;p=nssm.git diff --git a/gui.h b/gui.h index d9c378b..ad6bc56 100644 --- a/gui.h +++ b/gui.h @@ -6,14 +6,7 @@ #include #include "resource.h" -#define GUI -#ifndef snprintf -#define snprintf _snprintf -#endif - -#define STRING_SIZE 256 - -int nssm_gui(int, char *); +int nssm_gui(int, TCHAR *); void centre_window(HWND); int install(HWND); int remove(HWND);