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

missing includes in IdentifyDev.lha #14

Open
tdolphin-org opened this issue Oct 29, 2024 · 0 comments
Open

missing includes in IdentifyDev.lha #14

tdolphin-org opened this issue Oct 29, 2024 · 0 comments

Comments

@tdolphin-org
Copy link

missing files in Dev package:

  • defines/identify.h
  • inline/identify.h

which are included in proto/identify.h

#ifdef __GNUC__
#ifdef __AROS__
#include <defines/identify.h>
#else
#include <inline/identify.h>
#endif
#elif defined(__VBCC__)
#include <inline/identify_protos.h>
#else
#include <pragma/identify_lib.h>
#endif
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

1 participant