mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
add hack for windows.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@27756 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
336724a0d5
commit
c6c28c31d1
2 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
2009-02-02 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* GDL2Palette/GNUmakefile: link to libGorm.
|
||||
* DBModeler/main.m: add hack for windows.
|
||||
|
||||
2009-01-31 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
|
|
|
@ -37,6 +37,10 @@
|
|||
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
|
||||
|
||||
// required for windows.
|
||||
int (*linkRenaissanceIn)(int, const char **) = GSMarkupApplicationMain;
|
||||
|
||||
int main (int argc, const char **argv)
|
||||
{
|
||||
Modeler *m;
|
||||
|
|
Loading…
Reference in a new issue