?? rsxntwin.h
字號(hào):
/* rsxntwin.h * * fills some gaps in the rsxnt 1.3 win32 header files (<windows.h>) that are * required for compiling Info-ZIP sources for Win NT / Win 95 */#ifdef __RSXNT__#if !defined (_RSXNTWIN_H)#define _RSXNTWIN_H#ifdef __cplusplusextern "C" {#endif#define PASCAL __stdcall#ifndef TIME_ZONE_ID_UNKNOWN# define TIME_ZONE_ID_UNKNOWN 0#endif#define FILE_ATTRIBUTE_HIDDEN 0x00000002#define FILE_ATTRIBUTE_SYSTEM 0x00000004#define FILE_SHARE_DELETE 0x00000004#define HFILE_ERROR -1#define _get_osfhandle(h) hBOOL WINAPI DosDateTimeToFileTime(WORD, WORD, LPFILETIME);#define SetVolumeLabel TFUNCT(SetVolumeLabel)BOOL WINAPI SetVolumeLabel(LPCTSTR, LPCTSTR);#define GetDriveType TFUNCT(GetDriveType)DWORD GetDriveType(LPCTSTR);#define DRIVE_REMOVABLE 2#ifdef __cplusplus}#endif#if (defined(ZIP) || defined(UNZIP_INTERNAL))# ifndef NO_NTSD_WITH_RSXNT# define NO_NTSD_WITH_RSXNT /* RSXNT windows.h does not yet support NTSD */# endif#endif#endif /* !defined (_RSXNTWIN_H) */#endif /* __RSXNT__ */
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -