Add projects including README.md(s), .gitignore(s) and the actual project files.
Signed-off-by: Michael Fabian Dirks <michael.dirks@project-kube.de>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
.lib "User32.dll"
|
||||
BUApi_SetWindowLong%(hwnd%, nIndex%, dwNewLong%):"SetWindowLongA"
|
||||
BUApi_GetWindowLong%(hwnd%, index%):"GetWindowLongA"
|
||||
BUApi_SetWindowPos%(hwnd%, hWndInsertAfter%, x%, y%, cx%, cy%, wFlags%):"SetWindowPos"
|
||||
BUApi_ClientToScreen%(hwnd%, point*):"ClientToScreen"
|
||||
BUApi_ClipCursor%(rect*):"ClipCursor"
|
||||
BUApi_GetSystemMetrics%(index%):"GetSystemMetrics"
|
||||
BUApi_FindWindow%(class$, title$):"FindWindowA"
|
||||
|
||||
.lib "Kernel32.dll"
|
||||
BUApi_GetPrivateProfileString%(lpszAppName$, lpszKeyName$, lpszDefault$, lpReturnedString*, nSize%, lpszFileName$):"GetPrivateProfileStringA"
|
||||
BUApi_SetPrivateProfileString%(lpszAppName$, lpszKeyName$, lpszString$, lpszFileName$):"WritePrivateProfileStringA"
|
||||
|
||||
.lib "BlitzUtility.dll"
|
||||
Utility_InstallCloseHandler(hwnd%):"Utility_InstallCloseHandler"
|
||||
Utility_UninstallCloseHandler(hwnd%):"Utility_UninstallCloseHandler"
|
||||
Utility_GetCloseCount%(hwnd%):"Utility_GetCloseCount"
|
||||
Utility_EnumerateDisplays():"Utility_EnumerateDisplays"
|
||||
Utility_GetDisplayCount%():"Utility_GetDisplayCount"
|
||||
Utility_GetDisplay(id%, rectangle*):"Utility_GetDisplay"
|
||||
Reference in New Issue
Block a user