Menu

#1 Incorrect header file inclusion

open
nobody
None
5
2001-12-06
2001-12-06
No

PtPTL version: 0.2

Bug
---
ptptl/ptp/test.cpp: Line 43:
#include <ptp/console.h>
This console header is needed only for console
applications under WIN32. Consequently, 'make test'
fails on Linux.

Fix
---
#ifdef WIN32
#include <ptp/console.h>
#endif //WIN32

Discussion


Log in to post a comment.

MongoDB Logo MongoDB