Ignore:
Timestamp:
Jun 23, 2000, 9:04:13 PM (25 years ago)
Author:
sandervl
Message:

wsprintf fix, menu accelerator fix

File:
1 edited

Legend:

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

    r3705 r3747  
    1 /* $Id: oslibwin.cpp,v 1.80 2000-06-14 13:15:24 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.81 2000-06-23 19:04:11 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    8787  dprintf(("WinCreateWindow %x %s %x task %d shell %d classstyle %x winstyle %x", hwndParent, pszName, id, fTaskList, fShellPosition, classStyle, dwWinStyle));
    8888
    89 #if 1
     89#if 0
    9090  return WinCreateWindow (hwndParent,
    9191//                          TopLevel ? WIN32_STDFRAMECLASS : WIN32_STDCLASS,
     
    9696#else
    9797  return WinCreateWindow (hwndParent,
    98                           WIN32_STDCLASS,
     98                          WIN32_STDFRAMECLASS,
    9999                          pszName, dwWinStyle, 0, 0, 0, 0,
    100100                          Owner, HWND_TOP,
Note: See TracChangeset for help on using the changeset viewer.