[ros-kernel] include/ntos/keyboard.h bug?

Royce Mitchell III royce3 at ev1.net
Wed Nov 5 23:58:38 CET 2003


This can't be right:

#ifndef __cplus_plus
    /* this will be the wrong size in c++ */
    KEY_EVENT_RECORD KeyEvent;
#endif

( somewhere around line 126 )

at the very least that should be __cplusplus, not __cplus_plus.



More information about the Ros-kernel mailing list