repo.or.cz
/
canaan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
convert line ends
[canaan.git]
/
prj
/
tech
/
libsrc
/
appcore
/
definit.cpp
blob
76191453c2dbe0bddfb23c8610dc9aebf6498fe9
1
///////////////////////////////////////////////////////////////////////////////
2
// $Source: x:/prj/tech/libsrc/appcore/RCS/definit.cpp $
3
// $Author: TOML $
4
// $Date: 1996/10/10 15:15:04 $
5
// $Revision: 1.2 $
6
//
7
8
#include <lg.h>
9
#include <comtools.h>
10
#include <appagg.h>
11
12
EXTERN tResult LGAPI
AppInit
()
13
{
14
return
NOERROR
;
15
}