1#define WINVER 0x0501
2#include <windows.h>
3#include "wgnuplib.rc"
4
5#ifndef NO_MANIFEST
6#ifdef _WIN64
7CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "wgnuplot.exe.manifest64"
8#else
9CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "wgnuplot.exe.manifest"
10#endif
11#endif
12
13GRPICON ICON "grpicon.ico"
14TEXTICON ICON "texticon.ico"
15