mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Fix some Linux issues in plGImage.
This commit is contained in:
@ -43,7 +43,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef hsGDDrawDllLoad_inc
|
||||
#define hsGDDrawDllLoad_inc
|
||||
|
||||
#include "hsConfig.h"
|
||||
|
||||
#if HS_BUILD_FOR_WIN32
|
||||
class hsGDDrawDllLoad
|
||||
{
|
||||
private:
|
||||
@ -55,5 +57,6 @@ public:
|
||||
|
||||
static HMODULE GetD3DDll();
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif // hsGDDrawDllLoad_inc
|
||||
|
Reference in New Issue
Block a user