From 6c61b2841fd1432c91ffa7976935807849ba8532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 22 Jun 2006 12:21:46 +0000 Subject: [PATCH] moved B_PROPERTY_INFO_TYPE definition to TypeConstants.h git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17907 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/app/PropertyInfo.h | 2 -- headers/os/support/TypeConstants.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/headers/os/app/PropertyInfo.h b/headers/os/app/PropertyInfo.h index cdaab76497..b870931f3d 100644 --- a/headers/os/app/PropertyInfo.h +++ b/headers/os/app/PropertyInfo.h @@ -72,8 +72,6 @@ struct value_info { uint32 _reserved[10]; }; -#define B_PROPERTY_INFO_TYPE 'SCTD' - /*----------------------------------------------------------------*/ /*----- BPropertyInfo class --------------------------------------*/ diff --git a/headers/os/support/TypeConstants.h b/headers/os/support/TypeConstants.h index b8c1526f9a..4889cc7c19 100644 --- a/headers/os/support/TypeConstants.h +++ b/headers/os/support/TypeConstants.h @@ -38,6 +38,7 @@ enum { B_PATTERN_TYPE = 'PATN', B_POINTER_TYPE = 'PNTR', B_POINT_TYPE = 'BPNT', + B_PROPERTY_INFO_TYPE = 'SCTD', B_RAW_TYPE = 'RAWT', B_RECT_TYPE = 'RECT', B_REF_TYPE = 'RREF',