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

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