blob: 97dfba684919df4384e14f351962e1e788792a6a [file] [log] [blame]
/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the mingw-w64 runtime package.
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
*/
#include <locale.h>
static _locale_t __cdecl emu__get_current_locale(void)
{
return NULL;
}
#define RETT _locale_t
#define FUNC _get_current_locale
#define ARGS void
#define CALL
#include "msvcrt_or_emu_glue.h"