Skip to content

Commit 5b876e5

Browse files
committed
Added CRT links and description in the comments
1 parent c9ce691 commit 5b876e5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

crossplatform.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
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__

0 commit comments

Comments
 (0)