зеркало из https://github.com/mozilla/pjs.git
OOps, left the debug code turned on. Flipping the ifdef.
This commit is contained in:
Родитель
d28cb45dd5
Коммит
5248d636dd
|
@ -35,7 +35,7 @@
|
|||
#include "URLMON.h"
|
||||
#include "shlobj.h"
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
#define PRNTDEBUG(_x) printf(_x);
|
||||
#define PRNTDEBUG2(_x1, _x2) printf(_x1, _x2);
|
||||
#define PRNTDEBUG3(_x1, _x2, _x3) printf(_x1, _x2, _x3);
|
||||
|
|
Загрузка…
Ссылка в новой задаче