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
master
cutealien 2014-07-17 21:14:23 +00:00
parent 54412f97da
commit aa082cbb6e
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
--------------------------
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.
- 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

View File

@ -127,7 +127,7 @@ namespace video
} // end namespace irr
#if defined(_IRR_WINDOWS_API_)
#if defined(_IRR_WINDOWS_API_) && !defined(_IRR_STATIC_LIB_)
BOOL APIENTRY DllMain( HANDLE hModule,
DWORD ul_reason_for_call,