Ignore:
Timestamp:
Oct 22, 1999, 8:11:51 PM (26 years ago)
Author:
sandervl
Message:

Lots of changes/fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/open32wbase.h

    r949 r1405  
    1 /* $Id: open32wbase.h,v 1.1 1999-09-15 23:18:52 sandervl Exp $ */
     1/* $Id: open32wbase.h,v 1.2 1999-10-22 18:11:45 sandervl Exp $ */
    22/*
    33 * Open32 Window fake Base Class for OS/2
     
    1414
    1515extern "C" {
    16 void _System WinSetDAXData (HWND, PVOID);
    1716ULONG _System PIEPS (ULONG, ULONG);
     17void _System _WinSetDAXData (HWND, PVOID);
    1818}
     19
     20inline void _System WinSetDAXData (HWND a, PVOID b)
     21{
     22 USHORT sel = RestoreOS2FS();
     23
     24    _WinSetDAXData(a, b);
     25    SetFS(sel);
     26}
    1927
    2028#define PIEPS(x,y)
Note: See TracChangeset for help on using the changeset viewer.