7 lines
112 B
C
7 lines
112 B
C
#ifndef H_MAINWINDOW
|
|
#define H_MAINWINDOW
|
|
|
|
#define WMMY_DELETETAB (WM_USER+1) // lparam is tab_id
|
|
|
|
#endif
|