←back to thread

86 points DanAtC | 1 comments | | HN request time: 0.284s | source
1. phibz ◴[] No.43689043[source]
> That last bit -- addressing the path limitations -- is a big one. You know how you can write #include "mbedtls/aes.h", and the compiler will pull in code from the aes.h file that's in the mbedtls folder? You can't do that on a Mac! Or at least I couldn't figure out how Codewarrior defines paths.

I believe you use colon as a path separator. At least that's what I remember from working with CW back in the 90s.

I thought long long was 64bit on CW 4 on m68k. Was it not?