OpendTect
6.3
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
master_od_source
include
Basic
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
_______________________________________________________________________
10
11
-*/
12
13
14
#include <windows.h>
15
16
int
main
(
int
argc,
char
** argv );
17
18
int
APIENTRY
WinMain
( HINSTANCE hInstance, HINSTANCE hPrevInstance,
19
LPTSTR lpCmdLine,
int
nCmdShow )
20
{
21
int
res = 0;
22
res =
main
( __argc, __argv );
// __argc and __argv defined in windows.h
23
return
res;
24
}
25
WinMain
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow)
Definition:
winmain.h:18
main
int main(int argc, char **argv)
Definition:
testprog.h:34
Generated at for the
OpendTect
seismic interpretation project. Copyright (C): dGB Beheer B. V. 2017