Welcome, Guest. Please login or register.

Author Topic: GCC and Reaction  (Read 2420 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline falemagn

  • Sr. Member
  • ****
  • Join Date: May 2002
  • Posts: 269
    • Show all replies
    • http://www.aros.org/
Re: GCC and Reaction
« on: February 01, 2004, 11:00:57 PM »
replace all occurrencies of

#include

and

#include

and

#include
(except for )

with

#include

The former 3 will only work for specific compilers, the latter one will work everywhere.
 

Offline falemagn

  • Sr. Member
  • ****
  • Join Date: May 2002
  • Posts: 269
    • Show all replies
    • http://www.aros.org/
Re: GCC and Reaction
« Reply #1 on: February 02, 2004, 12:19:54 AM »
try putting this:

#define ALL_REACTION_CLASSES
#define ALL_REACTION_MACROS

before this:

#include
#include