extern "C" not needed, don't know why

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8488 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-07-27 10:28:44 +00:00
parent 372a42ffb8
commit f04e3de28c
1 changed files with 1 additions and 8 deletions

View File

@ -29,14 +29,7 @@
#include <SupportDefs.h> #include <SupportDefs.h>
/*#ifdef __cplusplus
extern "C" {
#endif*/
status_t _restore_key_map_(); status_t _restore_key_map_();
/*#ifdef __cplusplus
}
#endif*/
#endif // __INPUT_GLOBALS_H #endif // __INPUT_GLOBALS_H