webengine/osswebengine/JavaScriptCore/bindings/npruntime.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
    73 #endif
    73 #endif
    74 
    74 
    75 #ifndef __SYMBIAN32__
    75 #ifndef __SYMBIAN32__
    76 
    76 
    77 #ifdef __S60_32__
    77 #ifdef __S60_32__
    78 #include <javascriptcore\stdint.h>
    78 #include <javascriptcore/stdint.h>
    79 #else
    79 #else
    80 #include <stdint.h>
    80 #include <stdint.h>
    81 #endif //__S60_32__
    81 #endif //__S60_32__
    82 
    82 
    83 #include "npapi.h"
    83 #include "npapi.h"
    84 
    84 
    85 #else // Not __SYMBIAN32__
    85 #else // Not __SYMBIAN32__
    86 
    86 
    87 #ifdef __S60_32__
    87 #ifdef __S60_32__
    88 #include <javascriptcore\stdint.h>
    88 #include <javascriptcore/stdint.h>
    89 #else
    89 #else
    90 #include <stdint.h>
    90 #include <stdint.h>
    91 #endif //__S60_32__
    91 #endif //__S60_32__
    92 
    92 
    93 #ifndef _NP_RUNTIME_H_NPP
    93 #ifndef _NP_RUNTIME_H_NPP