Ignore:
Timestamp:
Sep 15, 2004, 12:27:38 AM (21 years ago)
Author:
bird
Message:

@unixroot. header reviews. ++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/unikbd.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r1505 r1506  
    1 /* unikbd.h,v 1.1 2003/05/27 16:03:42 bird Exp */
     1/* unikbd.h,v 1.2 2004/09/14 22:27:36 bird Exp */
    22/** @file
    33 * Legalesy-free Unicode API interface for OS/2
     
    1414#define __UNIKBD_H__
    1515
    16 #ifdef __cplusplus
    17 extern "C" {
    18 #endif
    1916
    2017/*******************************************************************************
    2118*   Header Files                                                               *
    2219*******************************************************************************/
     20#include <sys/cdefs.h>
    2321#include <unidef.h>
    2422
     
    341339*   Internal Functions                                                         *
    342340*******************************************************************************/
     341__BEGIN_DECLS
    343342APIRET KBDLINK UniCreateKeyboard(KHAND * phKeyboard, const KBDNAME * puszName, ULONG ulMode);
    344343APIRET KBDLINK UniDestroyKeyboard(KHAND hKeyboard);
     
    349348APIRET KBDLINK UniTranslateDeadkey(KHAND hKeyboard, VDKEY usDead, UniChar ucIn, UniChar * pucOut, VDKEY * pusDeadKey);
    350349APIRET KBDLINK UniUntranslateKey(KHAND hKeyboard, UniChar uc, VDKEY vdkey, VSCAN * pscan, ULONG * eshift);
    351 
    352 #ifdef __cplusplus
    353 }
     350__END_DECLS
     351
    354352#endif
    355 #endif
    356 
    357 
     353
     354
Note: See TracChangeset for help on using the changeset viewer.