Changeset 106f325e08dde7db466d10dd1048a9650cb80e25
- Timestamp:
- 07/03/05 20:41:34
(4 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1110224494 +0000
- git-parent:
[8283674f0461881da4e52fa3c6c04928b51a1724]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1110224494 +0000
- Message:
* modules/gui/wince/interface.cpp: compilation fix.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra7ffa80 |
r106f325 |
|
| 192 | 192 | SendMessage( mbi.hwndMB, TB_GETBUTTONINFO, IDM_FILE, (LPARAM)&tbbi ); |
|---|
| 193 | 193 | menu_file = (HMENU)tbbi.lParam; |
|---|
| 194 | | RemoveMenu( hmenu_file, 0, MF_BYPOSITION ); |
|---|
| | 194 | RemoveMenu( menu_file, 0, MF_BYPOSITION ); |
|---|
| 195 | 195 | SendMessage( mbi.hwndMB, TB_GETBUTTONINFO, IDM_VIEW, (LPARAM)&tbbi ); |
|---|
| 196 | 196 | menu_view = (HMENU)tbbi.lParam; |
|---|
| 197 | | RemoveMenu( hmenu_view, 0, MF_BYPOSITION ); |
|---|
| | 197 | RemoveMenu( menu_view, 0, MF_BYPOSITION ); |
|---|
| 198 | 198 | SendMessage( mbi.hwndMB, TB_GETBUTTONINFO, IDM_SETTINGS, (LPARAM)&tbbi ); |
|---|
| 199 | 199 | menu_settings = (HMENU)tbbi.lParam; |
|---|