X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=activex%2Fplugin.h;h=873c39c715733c1e9a6cff1ad8d728a775abc6c0;hb=c67ce44afc1a15760897f39e198b2a59fa061453;hp=456583be78274d6d268304902693272b2f199296;hpb=acb895005c2578e0c1c9de09253ed0ff89075638;p=vlc diff --git a/activex/plugin.h b/activex/plugin.h index 456583be78..873c39c715 100644 --- a/activex/plugin.h +++ b/activex/plugin.h @@ -51,7 +51,7 @@ public: REFCLSID getClassID(void) { return (REFCLSID)_classid; }; - LPCSTR getInPlaceWndClassName(void) const { return TEXT("VLC Plugin In-Place"); }; + LPCTSTR getInPlaceWndClassName(void) const { return TEXT("VLC Plugin In-Place"); }; HINSTANCE getHInstance(void) const { return _hinstance; }; LPPICTURE getInPlacePict(void) const { if( NULL != _inplace_picture) _inplace_picture->AddRef(); return _inplace_picture; }; @@ -162,7 +162,7 @@ public: _p_pict->AddRef(); return _p_pict; }; - + BOOL hasFocus(void); void setFocus(BOOL fFocus); @@ -268,4 +268,3 @@ private: }; #endif -