fixed sun pro warnings

This commit is contained in:
Jeff Hill
2001-02-09 19:28:01 +00:00
parent dc957f400f
commit bf0537cf73
10 changed files with 26 additions and 12 deletions

View File

@@ -12,7 +12,7 @@
/*
* event_handler()
*/
void eventCallBack ( struct event_handler_args args )
extern "C" void eventCallBack ( struct event_handler_args args )
{
unsigned *pCount = static_cast < unsigned * > ( args.usr );
(*pCount)++;