mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 22:28:46 +00:00
Merge remote-tracking branch 'upstream/master' into sys-windows-2
# Conflicts: # core/sys/windows/shell32.odin
This commit is contained in:
@@ -32,6 +32,10 @@ foreign shell32 {
|
||||
SHGetKnownFolderPath :: proc(rfid: REFKNOWNFOLDERID, dwFlags: /* KNOWN_FOLDER_FLAG */ DWORD, hToken: HANDLE, ppszPath: ^LPWSTR) -> HRESULT ---
|
||||
|
||||
ExtractIconExW :: proc(pszFile: LPCWSTR, nIconIndex: INT, phiconLarge: ^HICON, phiconSmall: ^HICON, nIcons: UINT) -> UINT ---
|
||||
DragAcceptFiles :: proc(hWnd: HWND, fAccept: BOOL) ---
|
||||
DragQueryPoint :: proc(hDrop: HDROP, ppt: ^POINT) -> BOOL ---
|
||||
DragQueryFileW :: proc(hDrop: HDROP, iFile: UINT, lpszFile: LPWSTR, cch: UINT) -> UINT ---
|
||||
DragFinish :: proc(hDrop: HDROP) --- // @New
|
||||
}
|
||||
|
||||
APPBARDATA :: struct {
|
||||
@@ -69,6 +73,8 @@ ABE_BOTTOM :: 3
|
||||
KNOWNFOLDERID :: GUID
|
||||
REFKNOWNFOLDERID :: ^KNOWNFOLDERID
|
||||
|
||||
HDROP :: HANDLE
|
||||
|
||||
KNOWN_FOLDER_FLAG :: enum u32 {
|
||||
DEFAULT = 0x00000000,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user