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