7 lines
151 B
Plaintext
7 lines
151 B
Plaintext
#include <tooltip/tooltip.hpp>
|
|
|
|
int PASCAL WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR /*lpszCmdLine*/,int nCmdShow)
|
|
{
|
|
return FALSE;
|
|
}
|