Ignore:
Timestamp:
Jan 18, 2012, 8:17:35 PM (14 years ago)
Author:
dmik
Message:

Fix broken -I option processing in Wine RC.

The colon was incorrectly used as a path separator when
parsing include directory options which led to cutting
drive letters from full paths.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/wrc/preproc.c

    r6111 r21946  
    236236 *-------------------------------------------------------------------------
    237237 */
    238 #if defined(_Windows) || defined(__MSDOS__) || defined(__SEMICOLON__)
     238#if defined(_Windows) || defined(__MSDOS__) || defined(__OS2__) || defined(__SEMICOLON__)
    239239#define INCLUDESEPARATOR    ";"
    240240#else
Note: See TracChangeset for help on using the changeset viewer.