diff options
| author | Ray <[email protected]> | 2021-10-03 12:09:59 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-10-03 12:09:59 +0200 |
| commit | f869229b7ff187a5f18feb0ba82e7e80c9c98a7b (patch) | |
| tree | 595a73831ab0f9aab2dd7ef34fb992d5f5d3a213 /src/rlgl.h | |
| parent | 239c37246a533681953554a303e68f25b9ceba17 (diff) | |
| download | raylib-f869229b7ff187a5f18feb0ba82e7e80c9c98a7b.tar.gz raylib-f869229b7ff187a5f18feb0ba82e7e80c9c98a7b.zip | |
Minor format tweaks
Diffstat (limited to 'src/rlgl.h')
| -rw-r--r-- | src/rlgl.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -111,9 +111,9 @@ #if defined(_WIN32) #if defined(BUILD_LIBTYPE_SHARED) - #define RLAPI __declspec(dllexport) // We are building raylib as a Win32 shared library (.dll) + #define RLAPI __declspec(dllexport) // We are building rlgl as a Win32 shared library (.dll) #elif defined(USE_LIBTYPE_SHARED) - #define RLAPI __declspec(dllimport) // We are using raylib as a Win32 shared library (.dll) + #define RLAPI __declspec(dllimport) // We are using rlgl as a Win32 shared library (.dll) #endif #endif |
