mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
small adjustements:
- #ifdef for WINE specific menu item - C style comment - white space svn path=/trunk/; revision=15873
This commit is contained in:
parent
ad1bdc040e
commit
53a8f66404
|
@ -88,4 +88,3 @@ int call_stat(
|
|||
#endif /* _NO_EXTENSIONS */
|
||||
|
||||
#endif /* __WINE__ */
|
||||
|
||||
|
|
|
@ -2386,11 +2386,11 @@ static LRESULT CALLBACK FrameWndProc(HWND hwnd, UINT nmsg, WPARAM wparam, LPARAM
|
|||
case ID_NO_WARRANTY:
|
||||
WineWarranty(Globals.hMainWnd);
|
||||
break;
|
||||
#endif
|
||||
|
||||
case ID_ABOUT_WINE:
|
||||
ShellAbout(hwnd, RS(b2,IDS_WINE), RS(b1,IDS_WINEFILE), 0);
|
||||
break;
|
||||
#endif
|
||||
|
||||
case ID_ABOUT:
|
||||
ShellAbout(hwnd, RS(b1,IDS_WINEFILE), NULL, 0);
|
||||
|
@ -2779,7 +2779,7 @@ static int insert_entries(Pane* pane, Entry* dir, LPCTSTR pattern, int filter_fl
|
|||
continue;
|
||||
break;
|
||||
|
||||
default: // TF_OTHERS
|
||||
default: /* TF_OTHERS */
|
||||
if (!(filter_flags & TF_OTHERS))
|
||||
continue;
|
||||
}
|
||||
|
|
|
@ -208,10 +208,6 @@ SOURCE=.\pt.rc
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\resource.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\resource.rc
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
|
@ -259,6 +255,10 @@ SOURCE=.\license.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\resource.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\splitpath.c
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
|
|
Loading…
Reference in a new issue