OpendTect-6_4  6.4
winmain.h
Go to the documentation of this file.
1 #ifndef winmain_h
2 #define winmain_h
3 
4 /*+
5 ________________________________________________________________________
6 
7  (C) dGB Beheer B.V.; (LICENSE) http://opendtect.org/OpendTect_license.txt
8  Author: Ranojay Sen
9  Date: March 2009
10  RCS: $Id$
11 _______________________________________________________________________
12 
13 -*/
14 
15 
16 #include <windows.h>
17 
18 int main( int argc, char** argv );
19 
20 int APIENTRY WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance,
21  LPTSTR lpCmdLine, int nCmdShow )
22 {
23  int res = 0;
24  res = main( __argc, __argv ); // __argc and __argv defined in windows.h
25  return res;
26 }
27 
28 #endif
29 
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow)
Definition: winmain.h:20
int main(int argc, char **argv)

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019