ConfigDialog.h 163 B

1234
  1. #ifndef NULLSOFT_CONFIGDIALOGH
  2. #define NULLSOFT_CONFIGDIALOGH
  3. INT_PTR CALLBACK PreferencesDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
  4. #endif