Documentation is enforced.
Some checks failed
Compile Cytoplasm / Compile Cytoplasm (aarch64, alpine) (push) Failing after 7s

This commit is contained in:
Jordan Bancino 2024-09-21 16:26:46 -04:00
parent 63bd879101
commit 6827d4fc39
Signed by: jordan
SSH key fingerprint: SHA256:KZSFf6aBlTjUn5fy3MH8uzqClGOnUaijIDirZKJsEsY

View file

@ -24,6 +24,13 @@
#ifndef CYTOPLASM_PLATFORM_H #ifndef CYTOPLASM_PLATFORM_H
#define CYTOPLASM_PLATFORM_H #define CYTOPLASM_PLATFORM_H
/***
* @Nm Platform
* @Nd A simple macro header that determines what platform the application
* is being built for.
* @Dd September 21, 2024
*/
#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
#define PLATFORM_WINDOWS #define PLATFORM_WINDOWS