[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libredwg] MSVC support?
From: |
Felipe Sanches |
Subject: |
Re: [libredwg] MSVC support? |
Date: |
Sun, 22 Aug 2010 11:14:21 -0300 |
> Also in dwg.spec:
> DWG_OBJECT(RASTERVARIABLES);
> - BITCODE_BL (class_version);
> - BITCODE_BS (display_frame);
> - BITCODE_BS (display_quality);
> - BITCODE_BS (units);
> + FIELD_BL (class_version);
> + FIELD_BS (display_frame);
> + FIELD_BS (display_quality);
> + FIELD_BS (units);
>
> is this correct change or not?
>
Good catch! This seems to be a correct fix.
Please send us the complete diff needed to build it on msvc
Felipe