gdl-win32.c revision 587397f49165f739c0ff164cbb15aabfc00eb44e
/*
* Windows stuff
*
* Author:
* Albin Sunnanbo
*
* This code is in public domain
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "gdl-win32.h"
/* Platform detection */
{
static OSVERSIONINFOA osver;
if ( !initialized )
{
initialized = TRUE;
if (result)
{
}
}
return is_vista;
}