Menu

UNICODE addition

2006-12-27
2013-05-02
  • Nobody/Anonymous

    in ilu_states.h
    line 18 and 19

    surround __DATE__ by IL_TEXT. This will allow msvc to compile under UNICODE

    const ILstring _iluVendor    = IL_TEXT("Abysmal Software");
    const ILstring _iluVersion    = IL_TEXT("Developer's Image Library Utilities (ILU) 1.6.7 " IL_TEXT(__DATE__));

     
    • Anonymous

      Anonymous - 2006-12-29

      Fixed

       

Log in to post a comment.