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

  1. /* simple.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.