Did a test and failed, removed reference to ATL

This commit is contained in:
andreja6
2018-09-18 18:43:23 -07:00
parent 9193dfcabb
commit c03160c3fd
3 changed files with 6 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ class IEBrowser {
IEBrowser(HWND attachHWnd);
~IEBrowser(void);
bool navigateSyncURL(wchar_t* url);
void Boop(char* test);
private:
IWebBrowser2* webBrowser;
HWND hwnd;