summaryrefslogtreecommitdiffstats
path: root/ppapi/c/dev/ppb_console_dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/c/dev/ppb_console_dev.h')
-rw-r--r--ppapi/c/dev/ppb_console_dev.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/c/dev/ppb_console_dev.h b/ppapi/c/dev/ppb_console_dev.h
index da51dbe..2a57ede 100644
--- a/ppapi/c/dev/ppb_console_dev.h
+++ b/ppapi/c/dev/ppb_console_dev.h
@@ -8,7 +8,8 @@
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_var.h"
-#define PPB_CONSOLE_DEV_INTERFACE "PPB_Console(Dev);0.1"
+#define PPB_CONSOLE_DEV_INTERFACE_0_1 "PPB_Console(Dev);0.1"
+#define PPB_CONSOLE_DEV_INTERFACE PPB_CONSOLE_DEV_INTERFACE_0_1
typedef enum {
PP_LOGLEVEL_TIP = 0,