You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
306 B
C

22 years ago
#ifndef GUI_H
#define GUI_H
#include <stdio.h>
#include <windows.h>
#include <commctrl.h>
#include "resource.h"
int nssm_gui(int, TCHAR *);
22 years ago
void centre_window(HWND);
int install(HWND);
int remove(HWND);
void browse(HWND);
15 years ago
INT_PTR CALLBACK install_dlg(HWND, UINT, WPARAM, LPARAM);
22 years ago
#endif