mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
11 lines
144 B
Plaintext
11 lines
144 B
Plaintext
|
//
|
||
|
// NSPR.Prefix
|
||
|
//
|
||
|
// Global prefix file for the debug NSPR project.
|
||
|
//
|
||
|
//
|
||
|
|
||
|
|
||
|
#define DEBUG 1
|
||
|
#define DEVELOPER_DEBUG 1
|
||
|
#include "NSPRConfig.h"
|