summaryrefslogtreecommitdiff
path: root/src/mir_core/json/JSONOptions.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-08-19 19:04:33 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-08-19 19:04:33 +0000
commit664200e644b45e52c70affa1c036d7366474ae9d (patch)
treed05be80055dae5be865e2a56c14d7f6d0ad0fa06 /src/mir_core/json/JSONOptions.h
parent857add6ec30c59d98482c21c60e13f8c3adb89e9 (diff)
core *printf patch
git-svn-id: http://svn.miranda-ng.org/main/trunk@5750 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/mir_core/json/JSONOptions.h')
-rw-r--r--src/mir_core/json/JSONOptions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mir_core/json/JSONOptions.h b/src/mir_core/json/JSONOptions.h
index 29d588113a..d4bd343677 100644
--- a/src/mir_core/json/JSONOptions.h
+++ b/src/mir_core/json/JSONOptions.h
@@ -1,8 +1,6 @@
#ifndef JSON_OPTIONS_H
#define JSON_OPTIONS_H
-#define snprintf _snprintf
-
/**
* This file holds all of the compiling options for easy access and so
* that you don't have to remember them, or look them up all the time