small adjustements:

- #ifdef for WINE specific menu item
- C style comment
- white space

svn path=/trunk/; revision=15873
This commit is contained in:
Martin Fuchs 2005-06-12 11:30:17 +00:00
parent ad1bdc040e
commit 53a8f66404
3 changed files with 7 additions and 8 deletions

View file

@ -88,4 +88,3 @@ int call_stat(
#endif /* _NO_EXTENSIONS */
#endif /* __WINE__ */

View file

@ -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];

View file

@ -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