Renames contrib/win32/nfc_win32.c to contrib/win32/stdlib.c

This commit is contained in:
Romuald Conty 2013-01-31 16:09:41 +01:00
parent c01b961be0
commit acdde1088c
3 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@
*/
/**
* @file nfc_win32.c
* @file stdlib.c
* @brief Windows System compatibility
*/
@ -45,4 +45,4 @@ int setenv(const char *name, const char *value, int overwrite)
void unsetenv(const char *name)
{
SetEnvironmentVariableA(name, NULL);
}
}