-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
I've seen in different places of OF a define called TARGET_WIN32
like
#if defined(TARGET_WIN32)
is this true for all windows platform, including 64 bits?
should we use it or instead OF_TARGET_WINDOWS or something similar?
or maybe even better, have
OF_PLATFORM_WINDOWS
OF_PLATFORM_MACOS
OF_PLATFORM_LINUX
to define pieces of code that will run in all targets of the same platform?
thoughts?
Metadata
Metadata
Assignees
Labels
No labels