1
0
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:
Leland Lucius
2015-04-07 22:10:17 -05:00
parent f88b27e6d8
commit 9fb0ce5b82
358 changed files with 26327 additions and 7043 deletions

View 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"