Ignore:
Timestamp:
Oct 1, 1999, 12:15:23 PM (26 years ago)
Author:
sandervl
Message:

EB's fixes

File:
1 edited

Legend:

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

    r982 r1096  
    1 /* $Id: msgbox.cpp,v 1.2 1999-09-19 08:24:47 sandervl Exp $ */
     1/* $Id: msgbox.cpp,v 1.3 1999-10-01 10:15:23 sandervl Exp $ */
    22/*
    33 * Win32 message box function for OS/2
     
    1111#include <os2win.h>
    1212#include <misc.h>
     13#include "win32wnd.h"
     14
    1315/*****************************************************************************
    1416 * Name      : int WIN32API MessageBoxExA
     
    142144{
    143145  dprintf(("USER32:  MessageBoxA %s %s\n", lpszText, lpszTitle));
     146  hwndOwner = Win32Window::Win32ToOS2Handle(hwndOwner);
    144147  return(O32_MessageBox(hwndOwner, lpszText, lpszTitle, fuStyle));
    145148}
Note: See TracChangeset for help on using the changeset viewer.