Ignore:
Timestamp:
Nov 5, 1999, 10:19:27 AM (26 years ago)
Author:
sandervl
Message:

Jens Weissner's update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/imm32/imm32.cpp

    r1012 r1607  
    1 /* $Id: imm32.cpp,v 1.2 1999-09-23 09:38:04 sandervl Exp $ */
     1/* $Id: imm32.cpp,v 1.3 1999-11-05 09:17:59 sandervl Exp $ */
    22/*
    33 *      IMM32 library
     
    324324    {
    325325    default:
    326 //      FIXME("%s not supported",GetVersionName());
     326        dprintf(("OS not supported"));
    327327    case WIN95:
    328328      return 0xffffffff;
     
    344344    {
    345345    default:
    346 //      FIXME("%s not supported",GetVersionName());
     346      dprintf(("OS not supported"));
    347347    case WIN95:
    348348      return 0xffffffff;
     
    651651    {
    652652    default:
    653 //      FIXME("%s not supported", GetVersionName());
     653      dprintf(("OS not supported"));
    654654    case WIN95:
    655655      return VK_PROCESSKEY;
Note: See TracChangeset for help on using the changeset viewer.