/[svn]/gigedit/trunk/src/gigedit/main.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/main.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3490 by persson, Sun Mar 3 09:08:20 2019 UTC revision 3491 by persson, Sun Mar 3 09:13:48 2019 UTC
# Line 32  Line 32 
32  int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,  int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
33      LPSTR lpCmdLine, int nCmdShow)      LPSTR lpCmdLine, int nCmdShow)
34  {  {
     #if GTKMM_MAJOR_VERSION >= 3  
     enforceGtk3Settings(__argc, __argv);  
     #endif  
   
35      GigEdit app;      GigEdit app;
36      return app.run(__argc, __argv);      return app.run(__argc, __argv);
37  }  }

Legend:
Removed from v.3490  
changed lines
  Added in v.3491

  ViewVC Help
Powered by ViewVC