Bug 925599 - Introduce version test functions using VerifyVersionInfo(). r=bbondy

This commit is contained in:
Masatoshi Kimura
2013-10-19 03:14:31 +09:00
parent 48e1849ec6
commit 78cf6a13fe
9 changed files with 80 additions and 39 deletions

View File

@@ -93,7 +93,7 @@ using mozilla::plugins::PluginModuleParent;
#ifdef XP_WIN
#include <windows.h>
#include "nsWindowsHelpers.h"
#include "mozilla/WindowsVersion.h"
#ifdef ACCESSIBILITY
#include "mozilla/a11y/Compatibility.h"
#endif