Fix npruntime sample compile problem, npupp.h -> npfunctions.h. b=464481 r=josh sr=jst

This commit is contained in:
Arno Renevier 2008-12-02 14:12:54 -05:00
parent baa60e6034
commit eaaf640b3f

View File

@ -40,7 +40,7 @@
// Main plugin entry point implementation
//
#include "npapi.h"
#include "npupp.h"
#include "npfunctions.h"
#ifndef HIBYTE
#define HIBYTE(x) ((((uint32_t)(x)) & 0xff00) >> 8)