X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fwince%2Fwince.h;h=df8af25c5035ebafec257758539bfd8cecca4f0d;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=51d9874464075973f98df3bc7160f7a65d4de3e0;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/gui/wince/wince.h b/modules/gui/wince/wince.h index 51d9874464..df8af25c50 100644 --- a/modules/gui/wince/wince.h +++ b/modules/gui/wince/wince.h @@ -44,7 +44,7 @@ #include #include #include -using namespace std; +using namespace std; class CBaseWindow; class MenuItemExt; @@ -203,7 +203,7 @@ public: protected: HWND hwnd_fileinfo; // handle to fileinfo window - HWND hwndTV; // handle to tree-view control + HWND hwndTV; // handle to tree-view control TCHAR szFileInfoClassName[100]; // Main window class name TCHAR szFileInfoTitle[100]; // Main window name @@ -432,7 +432,7 @@ public: /* Constructor */ Timer( intf_thread_t *p_intf, HWND hwnd, Interface *_p_main_interface ); virtual ~Timer(); - void Notify( void ); + void Notify( void ); private: intf_thread_t *p_intf; @@ -452,7 +452,7 @@ void RefreshMenu( intf_thread_t *, vector *, HMENU, int, int wce_GetMenuItemCount( HMENU ); void CreateMenuItem( intf_thread_t *, vector *, HMENU, char *, vlc_object_t *, int * ); -HMENU CreateChoicesMenu( intf_thread_t *, vector *, char *, +HMENU CreateChoicesMenu( intf_thread_t *, vector *, char *, vlc_object_t *, int * ); void OnMenuEvent( intf_thread_t *, int );