source: python/trunk/PC/empty.c@ 609

Last change on this file since 609 was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 137 bytes
Line 
1#include <windows.h>
2int __stdcall
3WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
4{
5 return 0;
6}
Note: See TracBrowser for help on using the repository browser.