]> git.sesse.net Git - vlc/blobdiff - activex/plugin.h
Qt4 - Stream output. Add WMA as an audio codec.
[vlc] / activex / plugin.h
index 456583be78274d6d268304902693272b2f199296..873c39c715733c1e9a6cff1ad8d728a775abc6c0 100644 (file)
@@ -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
-