Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Add RegisterClassExA() declaration to core.sys.windows.windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Oct 22, 2012
1 parent ada94eb commit c33abc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/sys/windows/windows.d
Expand Up @@ -2574,7 +2574,8 @@ enum : HWND
HWND_DESKTOP = cast(HWND)0,
}

export ATOM RegisterClassA(WNDCLASSA *lpWndClass);
export ATOM RegisterClassA(in WNDCLASSA *lpWndClass);
export ATOM RegisterClassExA(in WNDCLASSEXA *lpWndClass);

export HWND CreateWindowExA(
DWORD dwExStyle,
Expand Down

0 comments on commit c33abc9

Please sign in to comment.