File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 11/*
22 * Hold all the definations and header file includes, that change with
33 * platform.
4+ * ---------------------------------------------------------------------------
5+ * Information:
6+ * ---------------------------------------------------------------------------
7+ * WINDOWS:
8+ * The C++ Compiler comes with C Runtime Library which is responsible for
9+ * providing a POSIC like compatability. When compiling a C file with CL, the
10+ * CRT library msvcrt.lib by default.
11+ * Helpful links:
12+ * - https://docs.microsoft.com/en-us/cpp/c-runtime-library/crt-library-features?view=vs-2019
13+ * - https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/crt-alphabetical-function-reference?view=vs-2019
14+ * ---------------------------------------------------------------------------
415 * */
516#ifndef __CROSS_PLATFORM__
617#define __CROSS_PLATFORM__
You can’t perform that action at this time.
0 commit comments