mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-17 14:11:27 +01:00
Update Nyquist to v3.09.
This commit is contained in:
28
lib-src/libnyquist/nyquist/sys/win/wingui/winmain.h
Normal file
28
lib-src/libnyquist/nyquist/sys/win/wingui/winmain.h
Normal file
@@ -0,0 +1,28 @@
|
||||
#include "resource.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
BOOL InitApplication(HANDLE);
|
||||
BOOL InitInstance(HANDLE, int);
|
||||
long CALLBACK MainWndProc(HWND, UINT, WPARAM, LPARAM);
|
||||
BOOL CALLBACK About(HWND, unsigned, WORD, LONG);
|
||||
void RegisterWindow(HWND, WNDPROC);
|
||||
|
||||
#define IDC_EDIT 300
|
||||
#define IDC_EDIT_INPUT 301
|
||||
#define IDC_BUTTON 400
|
||||
#define IDC_SLIDER 500
|
||||
|
||||
#define NUMBUTTONS 11
|
||||
// 7 buttons high:
|
||||
#define NUMBUTTONS_VERT 7
|
||||
|
||||
extern int abort_flag;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#include "winmain2.h"
|
||||
Reference in New Issue
Block a user