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: Bluse
Subject: [Tinycc-devel] Error in UUID *Uuid[1];
Date: Fri, 15 Apr 2016 06:36:18 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20160308 Firefox/45.0

Working with tinycc i got this error:

c:/tcc/win32/include/rpcdce.h:131: 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.




reply via email to

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