Changeset 361


Ignore:
Timestamp:
May 10, 2012, 9:51:19 PM (13 years ago)
Author:
dmik
Message:

icedtea-web: Make sure RC doesn't attempt to load GCC includes.

RC is dumb and is not capable of handling them right.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libs/mozilla/include/npapi.h

    r359 r361  
    3939#define npapi_h_
    4040
     41#ifndef RC_INVOKED
     42
    4143#if defined(__OS2__)
    4244#pragma pack(1)
     
    9698#include <QRegion>
    9799#endif
     100
     101#endif /* RC_INVOKED */
    98102
    99103/*----------------------------------------------------------------------*/
Note: See TracChangeset for help on using the changeset viewer.