mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Fixes for Linux compilation of plFontConverter
This commit is contained in:
@ -79,10 +79,6 @@ REGISTER_CREATABLE(plMipmap);
|
||||
|
||||
#include <functional>
|
||||
|
||||
HINSTANCE gInstance;
|
||||
char *gCommandLine = nil;
|
||||
HWND gMainWindow = nil;
|
||||
|
||||
static void IAboutDialog(QWidget *parent)
|
||||
{
|
||||
QDialog dlg(parent);
|
||||
@ -379,6 +375,7 @@ void plFontConverter::IImportBDF(const plFileName &path)
|
||||
IUpdateInfo();
|
||||
}
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
struct ResRecord
|
||||
{
|
||||
HRSRC fHandle;
|
||||
@ -414,6 +411,7 @@ static ResRecord DoSelectResource(const QList<ResRecord> &resources)
|
||||
|
||||
return ResRecord();
|
||||
}
|
||||
#endif
|
||||
|
||||
void plFontConverter::IImportFON(const plFileName &path)
|
||||
{
|
||||
|
Reference in New Issue
Block a user