зеркало из https://github.com/mozilla/gecko-dev.git
Checked in patch for bug 254865: crash if I try to add new event or task
This commit is contained in:
Родитель
959f87b8a9
Коммит
78672e103f
|
@ -1,7 +1,7 @@
|
||||||
#ifndef MD5_H
|
#ifndef MD5_H
|
||||||
#define MD5_H
|
#define MD5_H
|
||||||
|
|
||||||
#ifdef __alpha
|
#if defined(__alpha) || defined(__x86_64)
|
||||||
typedef unsigned int uint32;
|
typedef unsigned int uint32;
|
||||||
#else
|
#else
|
||||||
typedef unsigned long uint32;
|
typedef unsigned long uint32;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче