diff options
author | Vicentiu Ciorbaru <vicentiu@mariadb.org> | 2015-05-08 17:31:54 +0300 |
---|---|---|
committer | Vicentiu Ciorbaru <vicentiu@mariadb.org> | 2015-05-08 17:31:54 +0300 |
commit | ab54f5a8b99bd14cc3ee7c70968327a896066944 (patch) | |
tree | ce701c8dfeb399f570afb178ff2a3e5af28ebb0b /win/upgrade_wizard/targetver.h | |
parent | 5ae8d06df498037cff864c28076b42c02577e382 (diff) | |
download | mariadb-git-ab54f5a8b99bd14cc3ee7c70968327a896066944.tar.gz |
Fix win/ files to be stored with LF in repository
On Windows, the files get checked out with CRLF thanks
to .gitattributes.
Diffstat (limited to 'win/upgrade_wizard/targetver.h')
-rw-r--r-- | win/upgrade_wizard/targetver.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/win/upgrade_wizard/targetver.h b/win/upgrade_wizard/targetver.h index 90e767bfce7..87c0086de75 100644 --- a/win/upgrade_wizard/targetver.h +++ b/win/upgrade_wizard/targetver.h @@ -1,8 +1,8 @@ -#pragma once
-
-// Including SDKDDKVer.h defines the highest available Windows platform.
-
-// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and
-// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.
-
-#include <SDKDDKVer.h>
+#pragma once + +// Including SDKDDKVer.h defines the highest available Windows platform. + +// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and +// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. + +#include <SDKDDKVer.h> |