home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / mm / caseconv / convproc.rc < prev    next >
Text File  |  1999-05-11  |  348b  |  17 lines

  1. #include <mmioos2.h>
  2. #include "convproc.h"
  3.  
  4. RCDATA CONV_NLS_CHARSET_INFO
  5. BEGIN
  6.         MMIO_DEFAULT_CODE_PAGE,
  7.         MMIO_CC_USA,
  8.         MMIO_LC_US_ENGLISH,
  9.         MMIO_DC_US_ENGLISH
  10. END
  11.  
  12. RCDATA CONV_IOPROC_NAME_TABLE
  13. BEGIN
  14.         HEX_FOURCC_FFT,      "An Example Custom I/O Procedure\0",
  15.         0,                   "\0"
  16. END
  17.