Move backend-specific wxWebRequest headers to private subdirs
There is no need to make these headers public and keeping them private will allow making backwards-incompatible changes to them in the future.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "wx/mstream.h"
|
||||
#include "wx/uri.h"
|
||||
#include "wx/msw/webrequest_winhttp.h"
|
||||
#include "wx/msw/private/webrequest_winhttp.h"
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/log.h"
|
||||
|
Reference in New Issue
Block a user