c887e85912
stuff. Better make it a real source file. Fixes compilation for people who didn't figure out they needed to remove dummy.cpp in the builddir ;-) svn path=/trunk/kdebase/kwin/; revision=63688
7 lines
99 B
C++
7 lines
99 B
C++
extern "C" { int kdemain(int, char *[]); }
|
|
|
|
int main(int c, char *v[])
|
|
{
|
|
return kdemain(c,v);
|
|
}
|
|
|