home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / xpg4 / demo / msg / test_msg.h next >
Encoding:
C/C++ Source or Header  |  1994-01-06  |  354 b   |  22 lines

  1. #ifndef _H_TEST_MSG_MSG 
  2. #define _H_TEST_MSG_MSG 
  3. #include <limits.h>
  4. #include <nl_types.h>
  5. #define MF_TEST_MSG "test_msg.cat"
  6.  
  7.  
  8.  
  9. /* The following was generated from test_msg.msg. */
  10.  
  11.  
  12. /* definitions for set MS_SET1 */
  13. #define MS_SET1 1
  14.  
  15. #define MSG_1 1
  16.  
  17. /* definitions for set MS_SET2 */
  18. #define MS_SET2 2
  19.  
  20. #define EMSG_1 1
  21. #endif 
  22.