On 8 February 2013 11:11, Detlef Riekenberg wrote:
> I prefer typedef to reduce a bit of typing.
>
Typedefs aren't meant to be a tool for obfuscation. (Though if you're
into that, there are some interesting things you can make the
preprocessor do as well.)
Dimitry wrote:
>> +/
>> + * helper for SHGetStockIconInfo
>> + */
>> +typedef struct stockiconentry_t {
>> + SHSTOCKICONID id;
>> + DWORD iconid;
>> +} stockiconentry;
>Why bother with a typedef?
I prefer typedef to red
Detlef Riekenberg wrote:
> +/
> + * helper for SHGetStockIconInfo
> + */
> +typedef struct stockiconentry_t {
> +SHSTOCKICONID id;
> +DWORD iconid;
> +} stockiconentry;
Why bother with a typedef?
> +static stock