📄 libpng-1.2.5-gnuwin32.diffs
字号:
diff -cr -x config.log -x config.status -x config.cache -x '*.Po' -x '*.pot' -I 'libpng-1.2.5-orig*' libpng-1.2.5-orig/contrib/gregbook/rpng-win.c libpng-1.2.5/contrib/gregbook/rpng-win.c
*** libpng-1.2.5-orig/contrib/gregbook/rpng-win.c Wed Oct 2 21:20:28 2002
--- libpng-1.2.5/contrib/gregbook/rpng-win.c Thu Oct 17 01:56:54 2002
***************
*** 57,64 ****
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
- #include <time.h>
#include <windows.h>
#include <conio.h> /* only for _getch() */
/* #define DEBUG : this enables the Trace() macros */
--- 57,64 ----
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <windows.h>
+ #include <time.h>
#include <conio.h> /* only for _getch() */
/* #define DEBUG : this enables the Trace() macros */
diff -cr -x config.log -x config.status -x config.cache -x '*.Po' -x '*.pot' -I 'libpng-1.2.5-orig*' libpng-1.2.5-orig/contrib/gregbook/rpng2-win.c libpng-1.2.5/contrib/gregbook/rpng2-win.c
*** libpng-1.2.5-orig/contrib/gregbook/rpng2-win.c Wed Oct 2 21:20:28 2002
--- libpng-1.2.5/contrib/gregbook/rpng2-win.c Thu Oct 17 01:57:34 2002
***************
*** 63,71 ****
#include <stdlib.h>
#include <string.h>
#include <setjmp.h> /* for jmpbuf declaration in readpng2.h */
- #include <time.h>
#include <math.h> /* only for PvdM background code */
#include <windows.h>
#include <conio.h> /* only for _getch() */
/* all for PvdM background code: */
--- 63,71 ----
#include <stdlib.h>
#include <string.h>
#include <setjmp.h> /* for jmpbuf declaration in readpng2.h */
#include <math.h> /* only for PvdM background code */
#include <windows.h>
+ #include <time.h>
#include <conio.h> /* only for _getch() */
/* all for PvdM background code: */
diff -cr -x config.log -x config.status -x config.cache -x '*.Po' -x '*.pot' -I 'libpng-1.2.5-orig*' libpng-1.2.5-orig/contrib/visupng/PngFile.h libpng-1.2.5/contrib/visupng/PngFile.h
*** libpng-1.2.5-orig/contrib/visupng/PngFile.h Tue Jun 6 02:21:40 2000
--- libpng-1.2.5/contrib/visupng/PngFile.h Thu Oct 17 01:02:16 2002
***************
*** 1,10 ****
//------------------------------------------
// PNGFILE.H -- Header File for pngfile.c
//------------------------------------------
!
! // Copyright 2000, Willem van Schaik. For conditions of distribution and
! // use, see the copyright/license/disclaimer notice in png.h
!
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
--- 1,7 ----
//------------------------------------------
// PNGFILE.H -- Header File for pngfile.c
//------------------------------------------
! #define byte short
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff -cr -x config.log -x config.status -x config.cache -x '*.Po' -x '*.pot' -I 'libpng-1.2.5-orig*' libpng-1.2.5-orig/contrib/visupng/VisualPng.rc libpng-1.2.5/contrib/visupng/VisualPng.rc
*** libpng-1.2.5-orig/contrib/visupng/VisualPng.rc Mon Jun 12 14:55:08 2000
--- libpng-1.2.5/contrib/visupng/VisualPng.rc Sat Apr 26 22:11:36 2003
***************
*** 7,13 ****
//
// Generated from the TEXTINCLUDE 2 resource.
//
! #include "afxres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
--- 7,17 ----
//
// Generated from the TEXTINCLUDE 2 resource.
//
! //#include "afxres.h"
! #define APSTUDIO_HIDDEN_SYMBOLS
! #include "windows.h"
! #undef APSTUDIO_HIDDEN_SYMBOLS
! #include "dlgs.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
***************
*** 87,92 ****
--- 91,98 ----
"P", IDM_FILE_PREVIOUS, VIRTKEY, CONTROL, NOINVERT
"V", IDM_FILE_PREVIOUS, VIRTKEY, CONTROL, NOINVERT
"X", IDM_FILE_EXIT, VIRTKEY, ALT, NOINVERT
+ VK_DOWN, IDM_FILE_PREVIOUS, VIRTKEY, CONTROL, NOINVERT
+ VK_UP, IDM_FILE_PREVIOUS, VIRTKEY, CONTROL, NOINVERT
END
***************
*** 150,152 ****
--- 156,285 ----
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
+ #define WIN32_LEAN_AND_MEAN
+ #include <windows.h>
+ #include <winver.h>
+
+ #define VER_FILEVERSION 1,0,1211,9221
+ #define VER_FILEVERSION_STR "1.0.1211.9221"
+ #define VER_FILELTVERSION ,,
+ #define VER_FILELTVERSION_STR ""
+ #define VER_LEGALCOPYRIGHT_STR "
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -