Correct typo 32/83932/1
authorByungWoo Lee <bw1212.lee@samsung.com>
Tue, 16 Aug 2016 00:45:09 +0000 (09:45 +0900)
committerByungWoo Lee <bw1212.lee@samsung.com>
Tue, 16 Aug 2016 00:45:09 +0000 (09:45 +0900)
Change-Id: I62819c418eb22c8051cab1809caa53cea56c90b6

include/tizen.h

index f153622225e6bc213b49bbad1e34221a48907a13..88f42c74d2e15e5640245e71da655df2f236ed0f 100755 (executable)
@@ -24,7 +24,7 @@
 #endif
 
 #ifndef TIZEN_DEPRECATED_API
-#      ifdef TIZEN_DEPRECATED
+#      ifdef TIZEN_DEPRECATION
 #              define TIZEN_DEPRECATED_API __attribute__((__visibility__("default"), deprecated))
 #      else
 #              define TIZEN_DEPRECATED_API
@@ -32,7 +32,7 @@
 #endif
 
 #ifndef TIZEN_DEPRECATED_TYPE
-#      ifdef TIZEN_DEPRECATED
+#      ifdef TIZEN_DEPRECATION
 #              define TIZEN_DEPRECATED_TYPE __attribute__((deprecated))
 #      else
 #              define TIZEN_DEPRECATED_TYPE