Ignore:
Timestamp:
Apr 2, 2003, 2:58:02 PM (22 years ago)
Author:
sandervl
Message:

YD: Changes for header updates + WM_SETTEXT button fix

File:
1 edited

Legend:

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

    r9922 r9974  
    1 /* $Id: winkeyboard.cpp,v 1.41 2003-03-17 17:59:34 sandervl Exp $ */
     1/* $Id: winkeyboard.cpp,v 1.42 2003-04-02 12:58:02 sandervl Exp $ */
    22/*
    33 * Win32 <-> PM key translation
     
    18751875//******************************************************************************
    18761876//******************************************************************************
    1877 BOOL WIN32API ActivateKeyboardLayout(HKL hkl, UINT fuFlags)
     1877HKL WIN32API ActivateKeyboardLayout(HKL hkl, UINT fuFlags)
    18781878{
    18791879  dprintf(("not implemented\n"));
    1880   return(TRUE);
     1880  return NULL;
    18811881}
    18821882/*****************************************************************************
Note: See TracChangeset for help on using the changeset viewer.