Explorar o código

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 -
svenbarth %!s(int64=10) %!d(string=hai) anos
pai
achega
ace1ea0070
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  1. 0 9
      rtl/objpas/types.pp

+ 0 - 9
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;