File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1940,7 +1940,6 @@ PHP_FUNCTION(imagegrabwindow)
19401940 HWND window ;
19411941 zend_long client_area = 0 ;
19421942 RECT rc = {0 };
1943- RECT rc_win = {0 };
19441943 int Width , Height ;
19451944 HDC hdc ;
19461945 HDC memDC ;
@@ -2015,8 +2014,6 @@ PHP_FUNCTION(imagegrabscreen)
20152014 HDC memDC ;
20162015 HBITMAP memBM ;
20172016 HBITMAP hOld ;
2018- typedef BOOL (WINAPI * tPrintWindow )(HWND , HDC ,UINT );
2019- tPrintWindow pPrintWindow = 0 ;
20202017 gdImagePtr im ;
20212018 hdc = GetDC (0 );
20222019
Original file line number Diff line number Diff line change @@ -2810,7 +2810,6 @@ PHP_FUNCTION(socket_wsaprotocol_info_export)
28102810 zval * zsocket ;
28112811 php_socket * socket ;
28122812 zend_long target_pid ;
2813- zend_off_t offset = 0 ;
28142813 zend_string * seg_name ;
28152814 HANDLE map ;
28162815
You can’t perform that action at this time.
0 commit comments