kill the last stored counter value if the updates comes after mrhb
[rrdtool.git] / src / getopt.c
index 81a8e89..c1fd726 100644 (file)
@@ -79,7 +79,7 @@
 #endif
 #endif
 
-#if defined (WIN32) && !defined (__CYGWIN32__)
+#if defined (_WIN32) && !defined (__CYGWIN32__)
 /* It's not Unix, really.  See?  Capital letters.  */
 #include <windows.h>
 #define getpid() GetCurrentProcessId()