mirror of
https://github.com/SistemaRayoXP/Virtual-Mac.git
synced 2024-12-04 07:52:10 +00:00
5 lines
148 B
QBasic
5 lines
148 B
QBasic
Attribute VB_Name = "basDeclarations"
|
|
Declare Function SetParent Lib "user32" (ByVal hWndChild As Long, _
|
|
ByVal hWndNewParent As Long) As Long
|
|
|