Commit aa082cbb authored by cutealien's avatar cutealien

Removed DllMain from the static windows build (thx @ AReichl for reporting)


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4904 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 54412f97
-------------------------- --------------------------
Changes in 1.9 (not yet released) Changes in 1.9 (not yet released)
- Removed DllMain from the static windows build (thx @ AReichl for reporting)
- Fixed maximize/minimize under Linux by supporting NETWM hints. Patch provided by hendu. - Fixed maximize/minimize under Linux by supporting NETWM hints. Patch provided by hendu.
- ISceneNode::deserializeAttributes uses now old values for parameters which are not in the attributes (thx @entity for noticing). - ISceneNode::deserializeAttributes uses now old values for parameters which are not in the attributes (thx @entity for noticing).
- Add interface for easier access to scrollbars for IGUIListBox, IGUITreeView and IGUITable - Add interface for easier access to scrollbars for IGUIListBox, IGUITreeView and IGUITable
......
...@@ -127,7 +127,7 @@ namespace video ...@@ -127,7 +127,7 @@ namespace video
} // end namespace irr } // end namespace irr
#if defined(_IRR_WINDOWS_API_) #if defined(_IRR_WINDOWS_API_) && !defined(_IRR_STATIC_LIB_)
BOOL APIENTRY DllMain( HANDLE hModule, BOOL APIENTRY DllMain( HANDLE hModule,
DWORD ul_reason_for_call, DWORD ul_reason_for_call,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment