Changeset 2858 for box/trunk/bin


Ignore:
Timestamp:
23/01/2011 20:31:52 (16 months ago)
Author:
chris
Message:

Fix the new compile failures introduced by the previous botched readline fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupquery/bbackupquery.cpp

    r2857 r2858  
    226226        #define WIN32_OPTIONS "u" 
    227227        bool unicodeConsole = false; 
     228#else 
     229        #define WIN32_OPTIONS 
    228230#endif 
    229231 
     
    231233        #define READLINE_OPTIONS "E" 
    232234        bool useReadline = true; 
     235#else 
     236        #define READLINE_OPTIONS 
    233237#endif 
    234238 
Note: See TracChangeset for help on using the changeset viewer.