mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -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;
|
||||
}
|
||||
@@ -4008,7 +4008,7 @@ static BOOL is_directory(LPCTSTR target)
|
||||
|
||||
return target_attr&FILE_ATTRIBUTE_DIRECTORY? TRUE: FALSE;
|
||||
}
|
||||
|
||||
|
||||
static BOOL prompt_target(Pane* pane, LPTSTR source, LPTSTR target)
|
||||
{
|
||||
TCHAR path[MAX_PATH];
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user