diff options
Diffstat (limited to 'rts/win32/AsyncIO.h')
-rw-r--r-- | rts/win32/AsyncIO.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/win32/AsyncIO.h b/rts/win32/AsyncIO.h index 3737db087a..75d0e0460d 100644 --- a/rts/win32/AsyncIO.h +++ b/rts/win32/AsyncIO.h @@ -5,8 +5,7 @@ * (c) sof, 2002-2003. */ -#ifndef WIN32_ASYNCHIO_H -#define WIN32_ASYNCHIO_H +#pragma once extern unsigned int addIORequest(int fd, @@ -23,5 +22,3 @@ extern int awaitRequests(bool wait); extern void abandonRequestWait(void); extern void resetAbandonRequestWait(void); - -#endif /* WIN32_ASYNCHIO_H */ |