And Wan - 2014-11-24

I've got code that uses

define MYDLL_CLASS __declspec(dllimport)

and then all my classes are prefixed with:

class MYDLL_CLASS CMyClass : public CEtcClass

This doesn't get picked up my StarUML.

Also, I've got a lot of .inl files which are like .h files... those also don't get picked up by StarUML.