home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 25 / nopv25.iso / 040A / WSC4C21.ZIP / ACCEPT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-22  |  160 b   |  11 lines

  1. #ifdef WIN32
  2. BOOL CALLBACK
  3. #else
  4. BOOL FAR PASCAL
  5. #endif
  6. AcceptDlgProc(HWND, UINT, WPARAM, LPARAM);
  7.  
  8. int GetAcceptText(LPSTR);
  9.  
  10. #define IDD_EDIT 100
  11.