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

Remove Il2CppMonoType and VM_TYPE Macros #733

Closed

Conversation

mderoy
Copy link

@mderoy mderoy commented Dec 5, 2017

No description provided.

@mderoy mderoy self-assigned this Dec 5, 2017
@@ -8,7 +8,10 @@

#define IL2CPP_MONO_PUBLIC_KEY_TOKEN_LENGTH 17

typedef struct Il2CppType Il2CppMonoType;
//Converted to typedef
#define MonoType Il2CppType
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not a typedef?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typedef redefines the type so we must be including the mono headers. Maybe I should stop including those and change to a typedef?

@mderoy mderoy changed the base branch from unity-master-staging-header-c-compatible-5 to unity-master-staging December 6, 2017 14:55
@mderoy
Copy link
Author

mderoy commented Dec 7, 2017

merged in #746

@mderoy mderoy closed this Dec 7, 2017
@joncham joncham deleted the unity-master-staging-header-c-compatible-7 branch January 16, 2018 22:53
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

Successfully merging this pull request may close these issues.

3 participants