Changeset 19180


Ignore:
Timestamp:
Jun 10, 2002, 11:12:02 AM (23 years ago)
Author:
sandervl
Message:

small optimization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/oleaut32/ole2disp.h

    r19003 r19180  
    2323#include "wine/windef16.h"
    2424
     25#ifdef __WIN32OS2__
     26#define MapSL       _MapSL
     27#define UnMapLS     _UnMapLS
     28
     29#define _MapSL(a)    (a)
     30#define _UnMapLS(a)
     31
     32#endif
     33
    2534BSTR16 WINAPI SysAllocString16(LPCOLESTR16);
    2635BSTR16 WINAPI SysAllocStringLen16(const char*, int);
Note: See TracChangeset for help on using the changeset viewer.