mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-13 11:03:48 +00:00
Renames contrib/win32/nfc_win32.c to contrib/win32/stdlib.c
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user