Changeset 1506 for trunk/src/emx/include/unikbd.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/unikbd.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1505 r1506 1 /* unikbd.h,v 1. 1 2003/05/27 16:03:42bird Exp */1 /* unikbd.h,v 1.2 2004/09/14 22:27:36 bird Exp */ 2 2 /** @file 3 3 * Legalesy-free Unicode API interface for OS/2 … … 14 14 #define __UNIKBD_H__ 15 15 16 #ifdef __cplusplus17 extern "C" {18 #endif19 16 20 17 /******************************************************************************* 21 18 * Header Files * 22 19 *******************************************************************************/ 20 #include <sys/cdefs.h> 23 21 #include <unidef.h> 24 22 … … 341 339 * Internal Functions * 342 340 *******************************************************************************/ 341 __BEGIN_DECLS 343 342 APIRET KBDLINK UniCreateKeyboard(KHAND * phKeyboard, const KBDNAME * puszName, ULONG ulMode); 344 343 APIRET KBDLINK UniDestroyKeyboard(KHAND hKeyboard); … … 349 348 APIRET KBDLINK UniTranslateDeadkey(KHAND hKeyboard, VDKEY usDead, UniChar ucIn, UniChar * pucOut, VDKEY * pusDeadKey); 350 349 APIRET KBDLINK UniUntranslateKey(KHAND hKeyboard, UniChar uc, VDKEY vdkey, VSCAN * pscan, ULONG * eshift); 351 352 #ifdef __cplusplus 353 } 350 __END_DECLS 351 354 352 #endif 355 #endif 356 357 353 354 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.