Skip to content

Commit

Permalink
rm dedicated windows header (handled by the build now)
Browse files Browse the repository at this point in the history
  • Loading branch information
fireice-uk committed Jul 17, 2017
1 parent 04dd3bc commit 92f7f50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2,878 deletions.
4 changes: 1 addition & 3 deletions httpd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@

#include "webdesign.h"

#include <microhttpd.h>
#ifdef _WIN32
#include "libmicrohttpd/microhttpd.h"
#define strcasecmp _stricmp
#else
#include <microhttpd.h>
#endif // _WIN32

httpd* httpd::oInst = nullptr;
Expand Down
Loading

0 comments on commit 92f7f50

Please sign in to comment.