[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/win
From:       Peter Kümmel <syntheticpp () yahoo ! com>
Date:       2006-02-13 20:28:43
Message-ID: 1139862523.778168.18142.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 509155 by kuemmel:

move win32 code to kdewin32

 M  +0 -3      iceauth/process.c  
 M  +2 -0      include/msvc/strings.h  


--- trunk/KDE/kdelibs/win/iceauth/process.c #509154:509155
@@ -561,9 +561,6 @@
 
     register_signals ();
 
-#ifdef _WIN32
-#define bzero(a,b) memset(a,0,b)
-#endif
     bzero ((char *) hexvalues, sizeof hexvalues);
     hexvalues['0'] = 0;
     hexvalues['1'] = 1;
--- trunk/KDE/kdelibs/win/include/msvc/strings.h #509154:509155
@@ -26,4 +26,6 @@
 // str(n)casecmp is sometimes defined in string.h and sometimes strings.h ...
 #include <string.h>
 
+#define bzero(a,b) memset(a,0,b)
+
 #endif KDEWIN_STRINGS_H
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic