#1012. r3508 broke the build on macosx and linux.

Fixed cosmetic issues in samples/httptest.cpp and <exiv2dir>/Makefile.
This commit is contained in:
Robin Mills
2015-01-02 09:49:16 +00:00
parent f2abf92fd7
commit cc8fcb08c1
3 changed files with 8 additions and 5 deletions
-5
View File
@@ -9,11 +9,6 @@
#include <stdlib.h>
using namespace std;
#if defined(_MSC_VER)
#pragma comment(lib, "ws2_32.lib")
#pragma comment(lib, "wldap32.lib")
#endif
static int testSyntax(const char* arg)
{
if ( !arg ) {