/PC/empty.c

http://unladen-swallow.googlecode.com/ · C · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · 7ac6fecd4056b591d9ca9de5d5f427cb MD5 · raw file

  1. #include <windows.h>
  2. int __stdcall
  3. WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
  4. {
  5. return 0;
  6. }