]> git.lyx.org Git - lyx.git/blobdiff - src/support/os_win32.h
Remove unused Mac specific code
[lyx.git] / src / support / os_win32.h
index 77af7fb984e30c8026b9bbd8b67c3e37445020bc..618c5315efb10b0a786fa5ff6e399a16e9c83b3a 100644 (file)
@@ -43,6 +43,8 @@
 #endif
 
 #include <windows.h>
+#include <tchar.h>
+#include <psapi.h>
 
 
 namespace lyx {
@@ -74,7 +76,7 @@ public:
        ~GetFolderPath();
 
        /** Wrapper for SHGetFolderPathA, returning
-        *  the path asscociated with @c id.
+        *  the path asscociated with @c id in utf8 encoding.
         */
        std::string const operator()(folder_id id) const;
 private: