mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
Removing windows specific code. Everything now compile and work the same for the three OS
This commit is contained in:
parent
f7e3ed8287
commit
4cd41f34ea
16 changed files with 70 additions and 2795 deletions
|
@ -10,11 +10,6 @@ int offline;
|
|||
|
||||
static char *logfilename = "proxmark3.log";
|
||||
|
||||
// FIXME: ifndef not really nice...
|
||||
// We should eventually get rid of it once
|
||||
// we fully factorize the code between *nix and windows
|
||||
// (using pthread and alikes...)
|
||||
#ifndef WIN32
|
||||
void PrintAndLog(char *fmt, ...)
|
||||
{
|
||||
va_list argptr, argptr2;
|
||||
|
@ -41,7 +36,6 @@ void PrintAndLog(char *fmt, ...)
|
|||
}
|
||||
va_end(argptr2);
|
||||
}
|
||||
#endif
|
||||
|
||||
void SetLogFilename(char *fn)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue