Skip to content

jjuran/macward-compat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Mac-ward Compatibility

The Mac-ward Compatibility project restores compatibility between different versions of the Mac OS development headers.

Issues include:

  • Type aliases SRefCon, URefCon, and PRefCon were added to the 10.5 SDK for 64-bit support. Making your code 64-bit-compatible requires using these types, which then makes it incompatible with the 10.4 SDK and earlier.

  • The 10.7 SDK omits QuickDraw symbols from the headers even for 32-bit development.

Mac-ward Compatibility defines the missing symbols.

About

A supplement to Mac OS development headers, filling in symbols that were added later or removed in error.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages