| View previous topic :: View next topic |
| Author |
Message |
urchin
Joined: 02 Jun 2005 Posts: 121
|
Posted: Fri Aug 26, 2005 6:31 pm Post subject: packet.h and c++ |
|
|
just to let you know that packet.h has:
| Code: | #ifdef __cplusplus
extern "C" {
#endif |
at the top, but no corresponding:
| Code: | #ifdef __cplusplus
}
#endif |
|
|
| Back to top |
|
 |
pixel
Joined: 30 Jan 2004 Posts: 791
|
Posted: Mon Aug 29, 2005 6:34 pm Post subject: |
|
|
Thanks, fixed. _________________ pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department. |
|
| Back to top |
|
 |
|