This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/samples/os2/som/wps/nbpage.h

11 lines
184 B
C

#ifndef NBPAGE_H
#define NBPAGE_H
#define WM_USER_UPDATECONTROLS (WM_USER + 0x1000)
MRESULT EXPENTRY NbPageProc( HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
#endif // NBPAGE_H