Browse Source

appears we do need winresrc.h

David Rose 16 years ago
parent
commit
af8f75dfbc
1 changed files with 4 additions and 0 deletions
  1. 4 0
      direct/src/plugin_npapi/nppanda3d.rc

+ 4 - 0
direct/src/plugin_npapi/nppanda3d.rc

@@ -2,6 +2,10 @@
 // text into the DLL, so Mozilla will recognize the DLL as a plugin.
 // text into the DLL, so Mozilla will recognize the DLL as a plugin.
 // It also defines the MIME type supported by the 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
 VS_VERSION_INFO VERSIONINFO
  FILEVERSION 1,0,0,1
  FILEVERSION 1,0,0,1