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

@@ -18,7 +18,8 @@
#ifdef XP_WIN
#include <windows.h>
#include "nsWindowsHelpers.h"
#include "mozilla/WindowsVersion.h"
using mozilla::IsVistaOrLater;
#elif defined(XP_MACOSX)
#include <sys/resource.h>
#endif