svn path=/trunk/; revision=3203
This commit is contained in:
Robert Dickenson 2002-07-09 21:47:54 +00:00
parent c63a30db15
commit 4684f7fe0e
3 changed files with 10 additions and 3 deletions

View file

@ -86,4 +86,4 @@ clean:
- $(RM) $(TARGET).sym
- $(RM) $(TARGET).coff
include ../rules.mak
include $(PATH_TO_TOP)/rules.mak

View file

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

View file

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