소스 검색

r321 | jonas | 2010-02-04 16:49:46 +0100 (Thu, 04 Feb 2010) | 3 lines

  * CIconHandle = ^CIconPtr instead of = CIconPtr (error noted by James
    Chandler Jr)

git-svn-id: trunk@14860 -
Jonas Maebe 15 년 전
부모
커밋
fbfe277144
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/univint/src/Icons.pas

+ 1 - 1
packages/univint/src/Icons.pas

@@ -403,7 +403,7 @@ type
 	end;
 	CIconPtr = ^CIcon;
 type
-	CIconHandle = CIconPtr;
+	CIconHandle = ^CIconPtr;
 	CIconHandle_fix = ^CIconPtr; { used as field type when a record declaration contains a CIconHandle field identifier }
 {
     Note:   IconSuiteRef and IconCacheRef should be an abstract types,