Formatting.
This commit is contained in:
parent
5a112d6cd1
commit
2955cd3afc
@ -1,4 +1,4 @@
|
|||||||
/************************************************************************
|
/*************************************************************************
|
||||||
* GLFW - An OpenGL framework
|
* GLFW - An OpenGL framework
|
||||||
* API version: 3.0
|
* API version: 3.0
|
||||||
* WWW: http://www.glfw.org/
|
* WWW: http://www.glfw.org/
|
||||||
@ -127,15 +127,15 @@ extern "C" {
|
|||||||
#if defined(_WIN32) && defined(GLFW_BUILD_DLL)
|
#if defined(_WIN32) && defined(GLFW_BUILD_DLL)
|
||||||
|
|
||||||
/* We are building a Win32 DLL */
|
/* We are building a Win32 DLL */
|
||||||
#define GLFWAPI __declspec(dllexport)
|
#define GLFWAPI __declspec(dllexport)
|
||||||
|
|
||||||
#elif defined(_WIN32) && defined(GLFW_DLL)
|
#elif defined(_WIN32) && defined(GLFW_DLL)
|
||||||
|
|
||||||
/* We are calling a Win32 DLL */
|
/* We are calling a Win32 DLL */
|
||||||
#if defined(__LCC__)
|
#if defined(__LCC__)
|
||||||
#define GLFWAPI extern
|
#define GLFWAPI extern
|
||||||
#else
|
#else
|
||||||
#define GLFWAPI __declspec(dllimport)
|
#define GLFWAPI __declspec(dllimport)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user