From af8f75dfbc6c65789d2406b805ee57e3ac249fc9 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 7 Jul 2009 18:21:08 +0000 Subject: [PATCH] appears we do need winresrc.h --- direct/src/plugin_npapi/nppanda3d.rc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/direct/src/plugin_npapi/nppanda3d.rc b/direct/src/plugin_npapi/nppanda3d.rc index 70c638dc8c..b4e2bb4a23 100644 --- a/direct/src/plugin_npapi/nppanda3d.rc +++ b/direct/src/plugin_npapi/nppanda3d.rc @@ -2,6 +2,10 @@ // text into the DLL, so Mozilla will recognize the DLL as a plugin. // It also defines the MIME type supported by the plugin. +#define APSTUDIO_READONLY_SYMBOLS +#include "winresrc.h" +#undef APSTUDIO_READONLY_SYMBOLS + VS_VERSION_INFO VERSIONINFO FILEVERSION 1,0,0,1