mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
Use built-in _WIN32 macro instead of WIN32
This commit is contained in:
@@ -77,7 +77,7 @@ void tr_lockUnlock (tr_lock *);
|
||||
/** @brief return nonzero if the specified lock is locked */
|
||||
int tr_lockHave (const tr_lock *);
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
void * mmap (void *ptr, long size, long prot, long type, long handle, long arg);
|
||||
|
||||
long munmap (void *ptr, long size);
|
||||
|
||||
Reference in New Issue
Block a user