platform/shared/rubyext/NativeToolbarExt.h in rhodes-5.5.18 vs platform/shared/rubyext/NativeToolbarExt.h in rhodes-6.0.11
- old
+ new
@@ -27,10 +27,10 @@
#ifndef _NATIVETOOLBAREXT_H_
#define _NATIVETOOLBAREXT_H_
#include "common/RhoStd.h"
-#if defined(OS_WP8)
+#if defined(OS_WP8) || defined(OS_UWP)
#define TOOLBAR_TYPE 0
#define TABBAR_TYPE 1
#define NOBAR_TYPE 2
#define VTABBAR_TYPE 3
#endif