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

  1. /* selftest.h */
  2.  
  3. #ifdef WIN32
  4. int WINAPI
  5. #else
  6. int PASCAL
  7. #endif
  8. WinMain(USE_INS, USE_INS, USE_PTR, int);
  9.  
  10. #ifdef WIN32
  11. LRESULT CALLBACK
  12. #else
  13. long FAR PASCAL
  14. #endif
  15. MainWndProc(HWND, UINT, WPARAM, LPARAM );
  16.  
  17. void ProcessChar(char);
  18.