Ignore:
Timestamp:
Sep 25, 1999, 9:07:34 PM (26 years ago)
Author:
sandervl
Message:

Compilation fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/old/wndproc.cpp

    r950 r1054  
    1 /* $Id: wndproc.cpp,v 1.3 1999-09-15 23:20:42 sandervl Exp $ */
     1/* $Id: wndproc.cpp,v 1.4 1999-09-25 19:07:34 sandervl Exp $ */
    22
    33/*
     
    2525#include "hooks.h"
    2626#include "wndmsg.h"
     27
     28HWND Win32ToOS2Handle(HWND hwndWin32)
     29{
     30  return hwndWin32;
     31}
    2732
    2833void NotifyParent(HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam)
Note: See TracChangeset for help on using the changeset viewer.