Ignore:
Timestamp:
Sep 8, 2000, 12:23:07 AM (25 years ago)
Author:
phaller
Message:

FS: corruption suspected in GetWindow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/window.cpp

    r4203 r4211  
    1 /* $Id: window.cpp,v 1.75 2000-09-07 18:14:35 sandervl Exp $ */
     1/* $Id: window.cpp,v 1.76 2000-09-07 22:23:07 phaller Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    1919 */
    2020
     21/*****************************************************************************
     22 * Includes                                                                  *
     23 *****************************************************************************/
     24
     25#include <odin.h>
     26#include <odinwrap.h>
     27#include <os2sel.h>
     28
     29
    2130#include <os2win.h>
    2231#include <misc.h>
     
    3645#define DBG_LOCALLOG    DBG_window
    3746#include "dbglocal.h"
     47
     48/*****************************************************************************
     49 * Defines                                                                   *
     50 *****************************************************************************/
     51
     52ODINDEBUGCHANNEL(USER32-WINDOW)
     53
    3854
    3955//******************************************************************************
     
    435451//******************************************************************************
    436452//******************************************************************************
    437 HWND WIN32API GetWindow(HWND hwnd, UINT uCmd)
     453//HWND WIN32API GetWindow(HWND hwnd, UINT uCmd)
     454// @@@PH 2000/09/07: it seems GetWindow came back with FS: corrupted
     455// when trying with Netscape.
     456ODINFUNCTION2(HWND, GetWindow,
     457              HWND, hwnd,
     458              UINT, uCmd)
    438459{
    439460  Win32BaseWindow *window;
Note: See TracChangeset for help on using the changeset viewer.