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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mpc-hc/mplayerc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mpc-hc/mplayerc.h b/src/mpc-hc/mplayerc.h
index 11f47c563..fa93b3452 100644
--- a/src/mpc-hc/mplayerc.h
+++ b/src/mpc-hc/mplayerc.h
@@ -101,10 +101,10 @@ extern void SetAudioRenderer(int AudioDevNo);
extern void SetHandCursor(HWND m_hWnd, UINT nID);
struct LanguageResource {
- const UINT resourceID;
- const LANGID localeID; // Check http://msdn.microsoft.com/en-us/goglobal/bb964664
- const LPCTSTR name;
- const LPCTSTR dllPath;
+ UINT resourceID;
+ LANGID localeID; // Check http://msdn.microsoft.com/en-us/goglobal/bb964664
+ LPCTSTR name;
+ LPCTSTR dllPath;
};
class CMPlayerCApp : public CWinApp