changed to new dll naming scheme
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1784 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
f7427fe167
commit
1b0bdfe7de
16 changed files with 39 additions and 48 deletions
|
@ -224,9 +224,9 @@ private:
|
|||
static this()
|
||||
{
|
||||
debug
|
||||
DllLoader dll = DllLoader.load("csfml-network-d");
|
||||
DllLoader dll = DllLoader.load("csfml-network-d-2");
|
||||
else
|
||||
DllLoader dll = DllLoader.load("csfml-network");
|
||||
DllLoader dll = DllLoader.load("csfml-network-2");
|
||||
|
||||
sfUdpSocket_Bind = cast(pf_sfUdpSocket_Bind)dll.getSymbol("sfUdpSocket_Bind");
|
||||
sfUdpSocket_Create = cast(pf_sfUdpSocket_Create)dll.getSymbol("sfUdpSocket_Create");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue