From 2955cd3afcdfc21dfc2a1383598932eb8612d575 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 17 Nov 2010 15:42:55 +0100 Subject: [PATCH] Formatting. --- include/GL/glfw3.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h index d645e9fa..bbfdc79e 100644 --- a/include/GL/glfw3.h +++ b/include/GL/glfw3.h @@ -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