Ignore:
Timestamp:
Sep 4, 1999, 9:51:47 PM (26 years ago)
Author:
sandervl
Message:

compile fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/win32wbase.h

    r821 r822  
    1 /* $Id: win32wbase.h,v 1.5 1999-09-04 19:42:29 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.6 1999-09-04 19:51:47 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    1717
    1818#include <win32class.h>
    19 #include "open32wbase.h"
     19//#include "open32wbase.h"
    2020#include <gen_object.h>
    2121#include <win32wndchild.h>
     
    271271
    272272public:
    273        void SetFakeOpen32()    { WinSetDAXData (OS2Hwnd, &fakeWinBase); }
    274        void RemoveFakeOpen32() { WinSetDAXData (OS2Hwnd, NULL); }
    275 
    276   fakeOpen32WinBaseClass fakeWinBase;
     273//       void SetFakeOpen32()    { WinSetDAXData (OS2Hwnd, &fakeWinBase); }
     274//       void RemoveFakeOpen32() { WinSetDAXData (OS2Hwnd, NULL); }
     275
     276//  fakeOpen32WinBaseClass fakeWinBase;
    277277};
    278278
Note: See TracChangeset for help on using the changeset viewer.