Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/action/vs200x/vs200x_config.h')
-rw-r--r--src/action/vs200x/vs200x_config.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/action/vs200x/vs200x_config.h b/src/action/vs200x/vs200x_config.h
index 939eae6..54c1c03 100644
--- a/src/action/vs200x/vs200x_config.h
+++ b/src/action/vs200x/vs200x_config.h
@@ -1,16 +1,16 @@
-/**
- * \file vs200x_config.h
- * \brief Visual Studio 200x configuration generation functions.
- * \author Copyright (c) 2002-2008 Jason Perkins and the Premake project
- */
-#if !defined(PREMAKE_VS200X_CONFIG_H)
-#define PREMAKE_VS200X_CONFIG_H
-
-#include "session/session.h"
-
-int vs200x_config_character_set(Session sess, Stream strm);
-int vs200x_config_detect_64bit_portability(Session sess, Stream strm, Project prj);
-int vs200x_config_runtime_type_info(Session sess, Stream strm, Project prj);
-int vs200x_config_use_precompiled_header(Session sess, Stream strm, Project prj);
-
-#endif
+/**
+ * \file vs200x_config.h
+ * \brief Visual Studio 200x configuration generation functions.
+ * \author Copyright (c) 2002-2008 Jason Perkins and the Premake project
+ */
+#if !defined(PREMAKE_VS200X_CONFIG_H)
+#define PREMAKE_VS200X_CONFIG_H
+
+#include "session/session.h"
+
+int vs200x_config_character_set(Session sess, Stream strm);
+int vs200x_config_detect_64bit_portability(Session sess, Stream strm, Project prj);
+int vs200x_config_runtime_type_info(Session sess, Stream strm, Project prj);
+int vs200x_config_use_precompiled_header(Session sess, Stream strm, Project prj);
+
+#endif