--- mstools/samples/rpc/mandel/mandel.h 2018/08/09 18:20:01 1.1.1.1 +++ mstools/samples/rpc/mandel/mandel.h 2018/08/09 18:20:56 1.1.1.2 @@ -2,7 +2,7 @@ MANDEL.H -- Constants and function definitions for MANDEL.C - Copyright (C) 1990 Microsoft Corporation. + Copyright (C) 1990, 1992 Microsoft Corporation. ****************************************************************************/ @@ -17,9 +17,6 @@ #define IDM_1LINE 200 #define IDM_2LINES 201 #define IDM_4LINES 202 -#define IDM_8LINES 203 -#define IDM_16LINES 204 -#define IDM_32LINES 205 #define ID_OK 304 @@ -31,7 +28,7 @@ #define WIDTH 300 #define HEIGHT 300 -#define MAXLINES 32 +#define MAXLINES 16 #ifndef MAXPATHLEN #define MAXPATHLEN 260