Re: WIDL 'import' question

2009-01-12 Thread Nikolay Sivov
Rob Shearman wrote: > 2009/1/11 Nikolay Sivov : > >> Hi, I've a small question on using 'import' in .idl. Sorry if it's too >> dummy, it's my first try to use widl. >> Trying to get commoncontrols.idl port compile on Wine I've got the >> following problems - >> this file contains struct definiti

Re: WIDL 'import' question

2009-01-12 Thread Rob Shearman
2009/1/11 Nikolay Sivov : > Hi, I've a small question on using 'import' in .idl. Sorry if it's too > dummy, it's my first try to use widl. > Trying to get commoncontrols.idl port compile on Wine I've got the > following problems - > this file contains struct definitions already defined in commctrl.

WIDL 'import' question

2009-01-11 Thread Nikolay Sivov
Hi, I've a small question on using 'import' in .idl. Sorry if it's too dummy, it's my first try to use widl. Trying to get commoncontrols.idl port compile on Wine I've got the following problems - this file contains struct definitions already defined in commctrl.h. Adding import "commctrl.h