home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / BMAP01.ZIP / BMAP01.H < prev    next >
C/C++ Source or Header  |  1993-01-21  |  853b  |  20 lines

  1. #define INCL_PM
  2. #define INCL_DOSPROCESS
  3. #include <os2.h>
  4. #include "BMAP01.rch"
  5. #include <stdio.h>
  6. #include <stdlib.h>
  7. #include <string.h>
  8. #include <ctype.h>
  9. #include <process.h>
  10.  
  11. #define WM_FAILEDVALIDATE (WM_USER+0)
  12.  
  13. EXTERN HAB  hAB;                                                          // Handle to the Anchor Block                    
  14. EXTERN HMQ  hMQ;                                                          // Handle to the Message Queue                   
  15. EXTERN HWND hWndFrame;                                                    // Handle to the Window Frame                    
  16. EXTERN HWND hWndClient;                                                   // Handle to the Client Window                   
  17.  
  18. MRESULT EXPENTRY WndProc(HWND, USHORT, MPARAM, MPARAM);
  19. MRESULT EXPENTRY BMAPABTMsgProc(HWND, USHORT, MPARAM, MPARAM);
  20.