Ignore:
Timestamp:
Jun 24, 2007, 2:05:40 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jenga/src/smoothie/Source.cpp

    r173 r181  
    33#include <jenga/include/common/Directory.h>
    44
     5#include <jenga/include/smoothie/Smoothie.h>
    56#include <jenga/include/smoothie/BasicFixed.h>
    67#include <jenga/include/smoothie/Source.h>
     
    120121    }
    121122
    122     extern bool isUnicode;
    123     if( isUnicode ){
     123    if( Smoothie::IsUnicode() ){
    124124        add( "UNICODE" );
    125125    }
Note: See TracChangeset for help on using the changeset viewer.