Skip to content

Commit

Permalink
Merge pull request jpbarrette#14 from Aidoboy/master
Browse files Browse the repository at this point in the history
Fixed references to config.win32.h and config.h.
  • Loading branch information
jpbarrette committed Mar 30, 2016
2 parents 4632e2d + 139079a commit cbffe73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/curlpp/internal/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
#define CURLPP_GLOBAL_H

#ifndef HAVE_CONFIG_H
#include "curlpp/config.win32.h"
#include "../config.win32.h"
#else
#include "curlpp/config.h"
#include "../config.h"
#endif

#endif // #ifndef CURLPP_GLOBAL_H

0 comments on commit cbffe73

Please sign in to comment.