Changeset 37


Ignore:
Timestamp:
Jul 5, 2009, 12:04:43 PM (15 years ago)
Author:
joel.porquet@…
Message:

casc.h: missing include. internal_ext.h: we are not supposed to include the header dedicated to dynamic lib.

Location:
sources/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sources/src/casc.h

    r35 r37  
    1919#endif
    2020
     21#include <cstdio>
    2122#include <stdint.h>
    2223
  • sources/src/internal_ext.h

    r1 r37  
    4040#include "sc_fwd.h"
    4141#include "sc_nbdefs.h"
    42 #include "casc.h"
     42//#include "casc.h"
    4343
    4444/*
     
    4646 * not in casc namespace because dynamic link support C linkage only
    4747 * */
    48 //extern "C" char unstable;
     48extern "C" char unstable;
    4949
    5050// options
Note: See TracChangeset for help on using the changeset viewer.