]> git.llucax.com Git - software/libev.git/blobdiff - ev_win32.c
*** empty log message ***
[software/libev.git] / ev_win32.c
index 5821128921c01a43e5b642e781a5c3f8d9e7a821..835742637bc7a0407b7e4c64981b150b5669cf75 100644 (file)
@@ -29,7 +29,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifdef WIN32
+#ifdef _WIN32
 
 #include <sys/timeb.h>
 
@@ -104,6 +104,7 @@ ev_gettimeofday (struct timeval *tv, struct timezone *tz)
 }
 
 #undef gettimeofday
-#define gettimeofdy(tv,tz) ev_gettimeofday (tv, tz)
+#define gettimeofday(tv,tz) ev_gettimeofday (tv, tz)
 
 #endif
+