|
|
1.1 root 1: /****************************** Module Header ******************************\
2: * Module Name: niblet.h
3: *
4: * Copyright (c) 1991, Microsoft Corporation
5: *
6: * Niblet's header file
7: *
8: * History:
9: * 04-07-91 DarrinM Created.
10: \***************************************************************************/
11:
12: #include <windows.h>
13: #include <string.h>
14:
15: /*
16: * Resource defines
17: */
18: #define WINDOWMENU 1
19:
20: #ifdef RC_INVOKED
21: #define ID(id) id
22: #else
23: #define ID(id) MAKEINTRESOURCE(id)
24: #endif
25:
26: #define APPICON 1001
27:
28: /*
29: * Menu ID's
30: */
31: #define MM_ABOUT 8000
32: #define MM_BOUNCE 8001
33: #define MM_SNAKE 8002
34: #define MM_WOBBLE 8003
35:
36: #define IDM_CASCADE 30
37: #define IDM_TILE 31
38: #define IDM_ARRANGE 32
39: #define IDM_CLOSEALL 33
40:
41: #define SIZEOFCAPTIONTEXT 20
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.