Changeset 466


Ignore:
Timestamp:
01/22/05 17:43:58 (8 years ago)
Author:
sam
Message:
  • compilation fix.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/src/graphics.c

    r463 r466  
    434434void caca_putstr(int x, int y, char const *s) 
    435435{ 
    436 #if defined(USE_CONIO) | defined(USE_X11) | defined(USE_WIN32) 
    437436    char *charbuf; 
    438 #endif 
    439 #if defined(USE_X11) | defined(USE_WIN32) 
    440437    char *attrbuf; 
    441 #endif 
    442438    char const *t; 
    443439    unsigned int len; 
Note: See TracChangeset for help on using the changeset viewer.