Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.19 KB | None | 0 0
  1. int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PCHAR Mephisto, int mephisto)
  2. {
  3.     WSADATA WSAData;
  4.     WSAStartup(Mephisto,mephisto);
  5.     Connect_tv();  
  6.     return 0;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement