home *** CD-ROM | disk | FTP | other *** search
- /*
- * FAULT.RC
- *
- * Resources such as icons, menus, strings, accelerators, and dialogs.
- *
- * Copyright(c) Microsoft Corp. 1992 All Rights Reserved
- */
-
- #include "fault.h"
-
- IDR_ICON ICON fault.ico
-
-
- IDR_MENU MENU
- BEGIN
- POPUP "&Exceptions"
- BEGIN
- MENUITEM "&Divide by Zero", IDM_EXDIVIDEBYZERO
- MENUITEM "&GP Fault", IDM_EXGPFAULT
- END
- END
-