mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
cleanup
svn path=/trunk/; revision=3203
This commit is contained in:
parent
c63a30db15
commit
4684f7fe0e
3 changed files with 10 additions and 3 deletions
|
@ -86,4 +86,4 @@ clean:
|
|||
- $(RM) $(TARGET).sym
|
||||
- $(RM) $(TARGET).coff
|
||||
|
||||
include ../rules.mak
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
|
|
@ -23,8 +23,15 @@
|
|||
#ifndef __ABOUT_H__
|
||||
#define __ABOUT_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void ShowAboutBox(HWND hWnd);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif // __ABOUT_H__
|
||||
|
|
|
@ -31,8 +31,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
IDI_REGEDT32 ICON DISCARDABLE "regedt32.ICO"
|
||||
IDI_SMALL ICON DISCARDABLE "SMALL.ICO"
|
||||
IDI_REGEDT32 ICON DISCARDABLE "res/regedt32.ico"
|
||||
IDI_SMALL ICON DISCARDABLE "res/small.ico"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue