diff options
Diffstat (limited to 'extension/testext.c')
-rw-r--r-- | extension/testext.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extension/testext.c b/extension/testext.c index d23ad368..572475e0 100644 --- a/extension/testext.c +++ b/extension/testext.c @@ -49,6 +49,15 @@ int plugin_is_GPL_compatible; static void fill_in_array(awk_value_t *value); +#ifdef __MINGW32__ +unsigned int +getuid (void) +{ + /* See pc/getid.c. */ + return 0; +} +#endif + /* valrep2str --- turn a value into a string */ static const char * |