mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fix CreateToolBarEx.
Build as unicode. No need to allow warnings anymore. svn path=/branches/ros-amd64-bringup/; revision=36172
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<module name="comctl32" type="win32dll" baseaddress="${BASEADDRESS_COMCTL32}" installbase="system32" installname="comctl32.dll" allowwarnings="true">
|
||||
<module name="comctl32" type="win32dll" baseaddress="${BASEADDRESS_COMCTL32}" installbase="system32" installname="comctl32.dll" unicode="yes">
|
||||
<autoregister infsection="OleControlDlls" type="DllInstall" />
|
||||
<importlibrary definition="comctl32.spec.def" />
|
||||
<include base="comctl32">.</include>
|
||||
|
||||
@@ -707,6 +707,7 @@ CreateUpDownControl (DWORD style, INT x, INT y, INT cx, INT cy,
|
||||
VOID WINAPI
|
||||
InitCommonControls (void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -772,7 +773,7 @@ InitCommonControlsEx (const INITCOMMONCONTROLSEX *lpInitCtrls)
|
||||
|
||||
HWND WINAPI
|
||||
CreateToolbarEx (HWND hwnd, DWORD style, UINT wID, INT nBitmaps,
|
||||
HINSTANCE hBMInst, UINT wBMID, LPCTBBUTTON lpButtons,
|
||||
HINSTANCE hBMInst, UINT_PTR wBMID, LPCTBBUTTON lpButtons,
|
||||
INT iNumButtons, INT dxButton, INT dyButton,
|
||||
INT dxBitmap, INT dyBitmap, UINT uStructSize)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user