Ignore:
Timestamp:
Feb 16, 2012, 3:03:03 PM (14 years ago)
Author:
dmik
Message:

os2wrap2.h: Add a bunch of prefixless defines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/os2wrap2.h

    r21916 r21970  
    21702170#define os2_DM_RETAIN 2
    21712171#define os2_DM_DRAWANDRETAIN 3
     2172#define os2_ADDRESS 0
     2173#define os2_DRIVER_NAME 1
     2174#define os2_DRIVER_DATA 2
     2175#define os2_DATA_TYPE 3
     2176#define os2_COMMENT 4
     2177#define os2_PROC_NAME 5
     2178#define os2_PROC_PARAMS 6
     2179#define os2_SPL_PARAMS 7
     2180#define os2_NETWORK_PARAMS 8
    21722181#define PDEVOPENDATA os2_PDEVOPENDATA
    21732182#define _DRIVDATA os2__DRIVDATA
     
    48234832#undef DM_RETAIN
    48244833#undef DM_DRAWANDRETAIN
     4834#undef ADDRESS
     4835#undef DRIVER_NAME
     4836#undef DRIVER_DATA
     4837#undef DATA_TYPE
     4838#undef COMMENT
     4839#undef PROC_NAME
     4840#undef PROC_PARAMS
     4841#undef SPL_PARAMS
     4842#undef NETWORK_PARAMS
    48254843#undef PDEVOPENDATA
    48264844#undef _DRIVDATA
Note: See TracChangeset for help on using the changeset viewer.