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 /* _NO_EXTENSIONS */
|
||||||
|
|
||||||
#endif /* __WINE__ */
|
#endif /* __WINE__ */
|
||||||
|
|
||||||
|
|
|
@ -2386,11 +2386,11 @@ static LRESULT CALLBACK FrameWndProc(HWND hwnd, UINT nmsg, WPARAM wparam, LPARAM
|
||||||
case ID_NO_WARRANTY:
|
case ID_NO_WARRANTY:
|
||||||
WineWarranty(Globals.hMainWnd);
|
WineWarranty(Globals.hMainWnd);
|
||||||
break;
|
break;
|
||||||
#endif
|
|
||||||
|
|
||||||
case ID_ABOUT_WINE:
|
case ID_ABOUT_WINE:
|
||||||
ShellAbout(hwnd, RS(b2,IDS_WINE), RS(b1,IDS_WINEFILE), 0);
|
ShellAbout(hwnd, RS(b2,IDS_WINE), RS(b1,IDS_WINEFILE), 0);
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
|
|
||||||
case ID_ABOUT:
|
case ID_ABOUT:
|
||||||
ShellAbout(hwnd, RS(b1,IDS_WINEFILE), NULL, 0);
|
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;
|
continue;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default: // TF_OTHERS
|
default: /* TF_OTHERS */
|
||||||
if (!(filter_flags & TF_OTHERS))
|
if (!(filter_flags & TF_OTHERS))
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
@ -4008,7 +4008,7 @@ static BOOL is_directory(LPCTSTR target)
|
||||||
|
|
||||||
return target_attr&FILE_ATTRIBUTE_DIRECTORY? TRUE: FALSE;
|
return target_attr&FILE_ATTRIBUTE_DIRECTORY? TRUE: FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static BOOL prompt_target(Pane* pane, LPTSTR source, LPTSTR target)
|
static BOOL prompt_target(Pane* pane, LPTSTR source, LPTSTR target)
|
||||||
{
|
{
|
||||||
TCHAR path[MAX_PATH];
|
TCHAR path[MAX_PATH];
|
||||||
|
|
|
@ -208,10 +208,6 @@ SOURCE=.\pt.rc
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\resource.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\resource.rc
|
SOURCE=.\resource.rc
|
||||||
# PROP Exclude_From_Build 1
|
# PROP Exclude_From_Build 1
|
||||||
# End Source File
|
# End Source File
|
||||||
|
@ -259,6 +255,10 @@ SOURCE=.\license.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\resource.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\splitpath.c
|
SOURCE=.\splitpath.c
|
||||||
# PROP Exclude_From_Build 1
|
# PROP Exclude_From_Build 1
|
||||||
# End Source File
|
# End Source File
|
||||||
|
|
Loading…
Reference in a new issue