--- np2/win9x/np2.cpp 2003/10/16 17:58:56 1.1 +++ np2/win9x/np2.cpp 2003/10/17 03:52:24 1.2 @@ -51,9 +51,6 @@ #define STATSAVEMAX 10 -static char np2help[] = "np2.hlp"; -static char np2resume[] = "sav"; - static char szClassName[] = "NP2-MainWindow"; HWND hWndMain; HINSTANCE hInst; @@ -86,6 +83,9 @@ static int np2opening = 1; static int np2quitmsg = 0; HMENU hStat = NULL; +static const char np2help[] = "np2.hlp"; +static const char np2resume[] = "sav"; + typedef struct { const char *str;