tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Error in «UUID *Uuid[1];»


From: Luis Alejandro Muzzachiodi
Subject: [Tinycc-devel] Error in «UUID *Uuid[1];»
Date: Mon, 21 Sep 2015 02:44:08 +0000 (UTC)

Working with tinycc-8f620c8 on win7 i got this error:

c:/tcc/win32/include/rpcdce.h:102: error: ',' expected (got "*")

being in rpcde.h , from 100 to 103, this :

typedef struct _UUID_VECTOR {
    unsigned long Count;
    UUID *Uuid[1];
} UUID_VECTOR;

May be anyone can give me a clue.
Thanks.

Saludos,
Alejandro




reply via email to

[Prev in Thread] Current Thread [Next in Thread]