diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-05 12:17:44 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-05 12:17:44 -0400 |
| commit | fada6849c440f8ba5b0d2604c854d85d73f9b1f3 (patch) | |
| tree | ecc617e6ce806899f390c850199397122d42e2a6 /redo/winapi_windows.h | |
| parent | bccfde2c34c64dd2b13b426875113bd91e6c3940 (diff) | |
Mostly completed writing Area on Windows. Now to fix compiler errors.
Diffstat (limited to 'redo/winapi_windows.h')
| -rw-r--r-- | redo/winapi_windows.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h index 4b88db2..0cc8cb1 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -102,8 +102,8 @@ extern DWORD makeContainerWindowClass(char **); extern HWND newContainer(void *); /* area_window.c */ -extern LPWSTR areaWindowClass; extern void repaintArea(HWND); extern DWORD makeAreaWindowClass(char **); +extern HWND newArea(void *); #endif |
