Browse Source

* var fix for propertysheet

git-svn-id: trunk@7857 -
marco 18 years ago
parent
commit
f19b4591ec
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rtl/win/wininc/redef.inc

+ 2 - 0
rtl/win/wininc/redef.inc

@@ -1005,6 +1005,8 @@ function HwndMSWheel(var puiMsh_MsgMouseWheel, puiMsh_Msg3DSupport,puiMsh_MsgScr
   var pf3DSupport: BOOL; var piScrollLines: Integer): HWND;
 function CreateWaitableTimer(lpTimerAttributes :LPSECURITY_ATTRIBUTES; bManualReset:BOOl;lpTimerName:LPCTSTR):THandle;external 'kernel32' name 'CreateWaitableTimerA'; 
 function OpenWaitableTimer(dwDesiredAccess:DWORD;bInheritHandle:BOOL;lpTimerName:LPCTSTR):THandle;external 'kernel32' name 'OpenWaitableTimerA'; 
+function PropertySheetA(p:TPROPSHEETHEADER):longint; external 'comctl32' name 'PropertySheetA';
+
 {$endif read_interface}