From ace1ea0070dbe451e32bc39d8488c82d615559b8 Mon Sep 17 00:00:00 2001 From: svenbarth Date: Fri, 21 Nov 2014 14:33:58 +0000 Subject: [PATCH] Fix compilation of NativeNT RTL rtl/objpas/types.pp: - remove declaration of RT_RCDATA which is part of System since we have resource support git-svn-id: trunk@29102 - --- rtl/objpas/types.pp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/rtl/objpas/types.pp b/rtl/objpas/types.pp index 27cfb28e31..c4b33fdf25 100644 --- a/rtl/objpas/types.pp +++ b/rtl/objpas/types.pp @@ -21,15 +21,6 @@ unit types; Windows; {$endif Windows} - {$ifdef wince} - //roozbeh:the reason is currently RT_RCDATA is defines in windows for wince as constant, - // but in win32 it is function so here is required to redeclared. - //RT_RCDATA = PWideChar(10); - {$else} - const - RT_RCDATA = PChar(10); - {$endif} - type DWORD = LongWord;