Importing SDLPerl 2.2
[sdlgit/SDL_perl.git] / src / support / win32.c
1
2
3 #ifdef MSWIN32
4 int dummy()
5 {
6         return 0;
7 }
8 #endif