Skip to content

Commit

Permalink
Compatibility.txt: 更新全局名称限定前缀和修正项。
Browse files Browse the repository at this point in the history
Signed-off-by: FrankHB <[email protected]>
  • Loading branch information
FrankHB committed Jan 26, 2019
1 parent 6740222 commit e2fa87a
Showing 1 changed file with 35 additions and 38 deletions.
73 changes: 35 additions & 38 deletions Compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ DWORD_PTR → ::ULONG_PTR 。
修正退出时遗漏清理 GDI+ 。
修正初始化图形时设置背景读取未初始化的缓冲区。
修正初始化图形时未初始化 linestyletype 被读取。
修正图像页面未分配存储被访问(此 bug 导致 Windows 10 1809 下崩溃,在 EGE 19.01 修正)。
修正图像页面未初始化存储被 ege::window_setviewport 读取。
修正未初始化的消息成员被读取。
修正未初始化的全局状态被读取。
Expand Down Expand Up @@ -225,46 +226,44 @@ EGE 代码 -Wold-style-cast 保证无警告(因为依赖库头文件问题没
_wf
Arc
ClientToScreen
CloseH
CloseHandle
Create
DWORD
DefWindow
DefWindowProcW
Delete
Destroy
Dispatch
DrawT
Ellip
DestroyWindow
DispatchMessage
DrawText
Ellipse
ExitProcess
ExtFloodF
FillR
FloodF
GetClientRect
GetCur
GetDevice
ExtFloodFill
FillRect
FloodFill
GetCurrent
GetDeviceCaps
GetLastError
GetM
GetSystem
GetTextE
GetObject
GetSystemMetrics
GetTextExtentPoint32
GetWindow
Global
HAND
HANDLE
HB
HEVENT
HFONT
HGLOBAL
HDC
HICON
HINSTANCE
HME
HMOD
HPE
HRGN
HMENU
HMODULE
HPEN
HRESULT
LARGE_INT
LOGBR
IID_IPicture
IPicture
LOGBRUSH
LOGFONT
LOGPE
LONG
LPARAM
LRES
LoadCu
Expand All @@ -277,39 +276,37 @@ MoveW
MulD
MultiB
OLE
POI
OleLoadPicture
POINT
Pie
Poly
Post
Query
RECT
RegQueryValueExA
ReleaseDC
ResumeT
ScreenToClient
Select
SetB
SetCa
SetBk
SetCapture
SetCursor
SetE
SetEvent
SetLayeredWindowAttributes
SetStretch
SetT
SetVi
SetW
SetViewportOrgEx
SetWindow
ShowWindow
Sleep
Stretch
TCHA
TRIVE
Trans
StretchBlt
TRIVERTEX
TranslateMessage
UINT
ULONG
WPARAM
Wait
lstrc
WaitForSingleObject
lstrl
mciSend
png_
wsprintfW

以下所列外部依赖项全局名称在使用时前缀 :: 。
BYTE
Expand Down

0 comments on commit e2fa87a

Please sign in to comment.