~ubuntu-branches/ubuntu/quantal/mysql-workbench/quantal

« back to all changes in this revision

Viewing changes to library/sql-parser/source/dllmain.cpp

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2012-03-01 21:57:30 UTC
  • Revision ID: package-import@ubuntu.com-20120301215730-o7y8av8y38n162ro
Tags: upstream-5.2.38+dfsg
ImportĀ upstreamĀ versionĀ 5.2.38+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//---------------------------------------------------------------------------
 
2
 
 
3
#include <windows.h>
 
4
 
 
5
#pragma argsused
 
6
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void* lpReserved)
 
7
{
 
8
  return 1;
 
9
}
 
10
//---------------------------------------------------------------------------