소스 검색

* typo fix in last commit.

(cherry picked from commit dcb3906741b06fe4733ec409578820005a2a0f18)
marcoonthegit 3 년 전
부모
커밋
dda26e2c01
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/win/wininc/struct.inc

+ 1 - 1
rtl/win/wininc/struct.inc

@@ -9653,7 +9653,7 @@ type
 
   procedure set_fDsrHold(var a : COMSTAT; __fDsrHold : DWORD);
     begin
-       a.flag0:=b(a.flag0 and not bm_COMSTAT_fDsrHold) or ((__fDsrHold shl bp_COMSTAT_fDsrHold) and bm_COMSTAT_fDsrHold);
+       a.flag0:=(a.flag0 and not bm_COMSTAT_fDsrHold) or ((__fDsrHold shl bp_COMSTAT_fDsrHold) and bm_COMSTAT_fDsrHold);
     end;
 
   function fRlsdHold(var a : COMSTAT) : DWORD;