Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown type CFFileDescriptorRef #2923

Open
marczellm opened this issue Mar 1, 2019 · 2 comments
Open

Unknown type CFFileDescriptorRef #2923

marczellm opened this issue Mar 1, 2019 · 2 comments

Comments

@marczellm
Copy link

marczellm commented Mar 1, 2019

In one of my header files I have this:

#import <Foundation/Foundation.h>

struct Foo {
	CFFileDescriptorRef fileDescriptor;
};

I get this error message:

error : unknown type name 'CFFileDescriptorRef

@DHowett-MSFT
Copy link

So this is an interesting one. We can add a stub for CFFileDescriptorRef to get your code building, but we'll have to spec out the work required to make CFFileDescriptorRef work if your application depends on it.

@marczellm
Copy link
Author

I could comment out the code using this, so this is not at all urgent for me, but a stub would definitely help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants