Displaying 2 results from an estimated 2 matches for "text_buf".
2013 Feb 14
12
[PATCH v7 0/5] xen: ARM HDLCD video driver
Hi all,
these are the remaining unapplied patches of the ARM HDLCD patch series.
Changes in v7:
- rebased on b61ed421d2c85b5b106c63f2c14f8aa162b282f0;
- turn more printk and panic into early_printk and early_panic.
Changes in v6:
- rebased on 77d3a1db3196b1b5864469f8d3f41d496800c795;
- remove useless initializations to NULL in lfb_init;
- more compact checks in lfb_init.
Changes in v5:
- move
2006 Aug 15
2
Windows build with Visual Studio 2005 - some success
...B);2 -manifest $(DLLIB).manifest
4. ran nmake in ext dir:
index_rw.c(192) : error C2275: ''DocField'' : illegal use of this type
as an expression
VC also does not like statements before declarations. Changed index.rw
(lines 190-192) to:
DocField **fields = doc->df_arr, *field;
text_buf[MAX_WORD_SIZE - 1] = ''\0'';
5. nmake again. Lots of variations on the theme:
C:\Program Files\Microsoft Visual Studio
8\VC\PlatformSDK\include\windef.h(154): error C2059: syntax error :
''constant''
This is because q_parser.c redefines "WORD", which is a...