Ignore:
Timestamp:
Mar 3, 2011, 2:15:26 PM (15 years ago)
Author:
dmik
Message:

os2wrap2.h: Added CLR_ wrappers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/os2wrap2.h

    r21548 r21586  
    19441944#define MLE_SEARCHDATA os2_MLE_SEARCHDATA
    19451945#define PMLE_SEARCHDATA os2_PMLE_SEARCHDATA
     1946#define os2_CLR_ERROR (-255)
     1947#define os2_CLR_NOINDEX (-254)
     1948#define os2_CLR_FALSE (-5)
     1949#define os2_CLR_TRUE (-4)
     1950#define os2_CLR_DEFAULT (-3)
     1951#define os2_CLR_WHITE (-2)
     1952#define os2_CLR_BLACK (-1)
     1953#define os2_CLR_BACKGROUND 0
     1954#define os2_CLR_BLUE 1
     1955#define os2_CLR_RED 2
     1956#define os2_CLR_PINK 3
     1957#define os2_CLR_GREEN 4
     1958#define os2_CLR_CYAN 5
     1959#define os2_CLR_YELLOW 6
     1960#define os2_CLR_NEUTRAL 7
     1961#define os2_CLR_DARKGRAY 8
     1962#define os2_CLR_DARKBLUE 9
     1963#define os2_CLR_DARKRED 10
     1964#define os2_CLR_DARKPINK 11
     1965#define os2_CLR_DARKGREEN 12
     1966#define os2_CLR_DARKCYAN 13
     1967#define os2_CLR_BROWN 14
     1968#define os2_CLR_PALEGRAY 15
    19461969#define os2_BM_ERROR (-1)
    19471970#define os2_BM_DEFAULT 0
     
    23842407#define HELPINIT os2_HELPINIT
    23852408#define PHELPINIT os2_PHELPINIT
     2409#define os2_CLR_UNCHANGED (-6)
    23862410#define HDDF os2_HDDF
    23872411#define _FOCAMETRICS os2__FOCAMETRICS
     
    44954519#undef MLE_SEARCHDATA
    44964520#undef PMLE_SEARCHDATA
     4521#undef CLR_ERROR
     4522#undef CLR_NOINDEX
     4523#undef CLR_FALSE
     4524#undef CLR_TRUE
     4525#undef CLR_DEFAULT
     4526#undef CLR_WHITE
     4527#undef CLR_BLACK
     4528#undef CLR_BACKGROUND
     4529#undef CLR_BLUE
     4530#undef CLR_RED
     4531#undef CLR_PINK
     4532#undef CLR_GREEN
     4533#undef CLR_CYAN
     4534#undef CLR_YELLOW
     4535#undef CLR_NEUTRAL
     4536#undef CLR_DARKGRAY
     4537#undef CLR_DARKBLUE
     4538#undef CLR_DARKRED
     4539#undef CLR_DARKPINK
     4540#undef CLR_DARKGREEN
     4541#undef CLR_DARKCYAN
     4542#undef CLR_BROWN
     4543#undef CLR_PALEGRAY
    44974544#undef BM_ERROR
    44984545#undef BM_DEFAULT
     
    49354982#undef HELPINIT
    49364983#undef PHELPINIT
     4984#undef CLR_UNCHANGED
    49374985#undef HDDF
    49384986#undef _FOCAMETRICS
Note: See TracChangeset for help on using the changeset viewer.