mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-24 04:39:23 +01:00
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 -
This commit is contained in:
parent
34012444af
commit
ace1ea0070
@ -21,15 +21,6 @@ unit types;
|
|||||||
Windows;
|
Windows;
|
||||||
{$endif 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
|
type
|
||||||
DWORD = LongWord;
|
DWORD = LongWord;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user