]> git.lyx.org Git - lyx.git/blobdiff - src/support/os_win32.h
Correct comment
[lyx.git] / src / support / os_win32.h
index 42016f7094eb7f33abe56afd7fb77b4fdcd8d5ee..3f278c3bd0af919cb821608bf3689345341fbfce 100644 (file)
  */
 #if defined(__MINGW32__)  || defined(__CYGWIN__) || defined(__CYGWIN32__)
 # if defined(WINVER)
-#  if WINVER < 0x0500
-#   error WINVER must be >= 0x0500
+#  if WINVER < 0x0600
+#   error WINVER must be >= 0x0600
 #  endif
 # else
-#  define WINVER 0x0500
+#  define WINVER 0x0600
 # endif
-# define _WIN32_IE 0x0500
+# define _WIN32_IE 0x0600
 #endif
 
 #include <windows.h>
@@ -79,7 +79,7 @@ public:
        ~GetFolderPath();
 
        /** Wrapper for SHGetFolderPathA, returning
-        *  the path asscociated with @c id in utf8 encoding.
+        *  the path associated with @c id in utf8 encoding.
         */
        std::string const operator()(folder_id id) const;
 private: