Attempted a thing

This commit is contained in:
andreja6
2018-10-21 17:30:38 -07:00
parent 4f766d8617
commit 679dbe69b8
3 changed files with 25 additions and 0 deletions

8
BrowserCallHandler.h Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
#include <Mshtmhst.h>
class BrowserCallHandler : IDocHostUIHandler
{
public:
BrowserCallHandler(void);
~BrowserCallHandler(void);
};